Deploy 931 (with diagram branch in container) - readiness probes off temporarily

This commit is contained in:
2025-10-24 00:30:22 +02:00
parent 0225fb3396
commit dfb8eeef97

View File

@@ -32,22 +32,6 @@ spec:
volumeMounts:
- name: data
mountPath: /app/data
readinessProbe:
httpGet:
path: /
port: 8000
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 2
failureThreshold: 6
livenessProbe:
httpGet:
path: /
port: 8000
initialDelaySeconds: 20
periodSeconds: 20
timeoutSeconds: 2
failureThreshold: 3
volumes:
- name: data
persistentVolumeClaim: