probe updates

This commit is contained in:
marcel-dempers 2023-10-16 22:54:04 +11:00
parent c31fc402d8
commit 2393194e97

View File

@ -13,7 +13,7 @@ spec:
metadata:
labels:
app: server
version: "2"
version: "1"
spec:
containers:
- name: server
@ -28,6 +28,20 @@ spec:
volumeMounts:
- name: app
mountPath: "/app"
readinessProbe:
httpGet:
path: /
port: 5000
initialDelaySeconds: 3
periodSeconds: 3
failureThreshold: 3
livenessProbe:
httpGet:
path: /
port: 5000
initialDelaySeconds: 3
periodSeconds: 4
failureThreshold: 8
volumes:
- name: app
configMap: