Blockerbugs: adjust probe paths
This commit is contained in:
parent
b437cb3f55
commit
6ff0a11d63
1 changed files with 2 additions and 2 deletions
|
@ -88,13 +88,13 @@ spec:
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /blockerbugs/
|
||||||
port: 8080
|
port: 8080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 15
|
timeoutSeconds: 15
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /blockerbugs/
|
||||||
port: 8080
|
port: 8080
|
||||||
volumes:
|
volumes:
|
||||||
- name: blockerbugs-secret-volume
|
- name: blockerbugs-secret-volume
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue