Added probes

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-02-25 07:10:50 +00:00
parent b8655242fa
commit 7fec16ecab

View File

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