Added MC probes
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 5s
Auto-update README / Generate README and Create MR (push) Successful in 4s

This commit is contained in:
AB
2026-02-10 11:39:00 +02:00
parent 69a74afce5
commit 3132e71569

View File

@@ -142,6 +142,22 @@ spec:
- name: webstatus-mod - name: webstatus-mod
containerPort: 8080 containerPort: 8080
protocol: TCP protocol: TCP
livenessProbe:
httpGet:
path: /
port: 8123
initialDelaySeconds: 120
periodSeconds: 30
timeoutSeconds: 5
failureThreshold: 3
readinessProbe:
httpGet:
path: /
port: 8123
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
volumeMounts: volumeMounts:
- name: storage - name: storage
mountPath: /mc mountPath: /mc