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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user