Merge pull request 'Add livenessProbe' (#5) from netflash/kube-ops-view:main into main

Reviewed-on: https://codeberg.org/hjacobs/kube-ops-view/pulls/5
This commit is contained in:
Henning Jacobs
2021-01-26 22:59:03 +01:00

View File

@@ -37,6 +37,14 @@ spec:
port: 8080
initialDelaySeconds: 5
timeoutSeconds: 1
livenessProbe:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 5
resources:
limits:
cpu: 200m