fix(ory): re-enable hydra-maester, fix namespace, add memory limit

This commit is contained in:
2026-02-28 14:02:47 +00:00
parent 886c4221b2
commit 92e80a761c
3 changed files with 25 additions and 5 deletions

View File

@@ -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