We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88f6d22 + a57cfe5 commit 2e72a3eCopy full SHA for 2e72a3e
1 file changed
docker/ethz/cloud/kustomize/deployment-webservice.yml
@@ -64,6 +64,18 @@ spec:
64
port: 8080
65
initialDelaySeconds: 10
66
periodSeconds: 5
67
+ timeoutSeconds: 2
68
+ failureThreshold: 5
69
+ successThreshold: 1
70
+ readinessProbe:
71
+ httpGet:
72
+ path: /sebserver/check
73
+ port: 8080
74
+ initialDelaySeconds: 10
75
+ periodSeconds: 5
76
77
+ failureThreshold: 1
78
79
volumeMounts:
80
- name: application-properties
81
mountPath: /sebserver/config/spring
0 commit comments