quality: blockerbugs app - update health check probes
This commit is contained in:
parent
1066361541
commit
566eabaac0
1 changed files with 13 additions and 6 deletions
|
|
@ -100,18 +100,25 @@ spec:
|
|||
- name: blockerbugs-secret-volume
|
||||
mountPath: /opt/app-root/secret/
|
||||
readOnly: true
|
||||
readinessProbe:
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /blockerbugs/_health
|
||||
port: 8080
|
||||
periodSeconds: 10
|
||||
failureThreshold: 30
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 5
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /blockerbugs/
|
||||
path: /blockerbugs/_health
|
||||
port: 8080
|
||||
periodSeconds: 60
|
||||
timeoutSeconds: 5
|
||||
livenessProbe:
|
||||
timeoutSeconds: 15
|
||||
initialDelaySeconds: 30
|
||||
httpGet:
|
||||
path: /blockerbugs/
|
||||
path: /blockerbugs/_health
|
||||
port: 8080
|
||||
periodSeconds: 60
|
||||
timeoutSeconds: 15
|
||||
volumes:
|
||||
- name: blockerbugs-secret-volume
|
||||
secret:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue