updated health-checks
This commit is contained in:
@@ -137,12 +137,18 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v3/status/
|
path: /api/v3/status/
|
||||||
port: 8000
|
port: 8000
|
||||||
|
httpHeaders:
|
||||||
|
- name: Host
|
||||||
|
value: status.felhom.eu
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 60
|
periodSeconds: 60
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v3/status/
|
path: /api/v3/status/
|
||||||
port: 8000
|
port: 8000
|
||||||
|
httpHeaders:
|
||||||
|
- name: Host
|
||||||
|
value: status.felhom.eu
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user