fix(ory): re-enable hydra-maester, fix namespace, add memory limit
This commit is contained in:
@@ -93,6 +93,21 @@ spec:
|
||||
limits:
|
||||
memory: 256Mi
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: hydra-hydra-maester
|
||||
namespace: ory
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: hydra-maester
|
||||
resources:
|
||||
limits:
|
||||
memory: 64Mi
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
||||
Reference in New Issue
Block a user