Added probes to yay-or-nay

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-07-22 06:25:57 +01:00
parent f588f2a44b
commit b690be812c

View File

@@ -39,6 +39,17 @@ spec:
envFrom: envFrom:
- secretRef: - secretRef:
name: yay-or-nay name: yay-or-nay
livenessProbe:
httpGet:
path: /
port: web
initialDelaySeconds: 10
readinessProbe:
httpGet:
path: /
port: web
initialDelaySeconds: 10
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service