3 Commits

Author SHA1 Message Date
29449e2c9f Update Helm release cert-manager to v1.19.4 2026-02-26 03:03:36 +00:00
7fec16ecab Added probes
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-02-25 07:10:50 +00:00
b8655242fa Bump grist mem limit
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-02-25 07:03:07 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -110,7 +110,7 @@ spec:
requests:
memory: 300M
limits:
memory: 300M
memory: 600M
securityContext:
capabilities:
add:

View File

@@ -39,16 +39,16 @@ spec:
memory: 50Mi
requests:
memory: 50Mi
# livenessProbe:
# httpGet:
# path: /healthz
# port: web
# initialDelaySeconds: 10
# readinessProbe:
# httpGet:
# path: /healthz
# port: web
# initialDelaySeconds: 10
livenessProbe:
httpGet:
path: /
port: web
initialDelaySeconds: 10
readinessProbe:
httpGet:
path: /
port: web
initialDelaySeconds: 10
---
apiVersion: networking.k8s.io/v1
kind: Ingress