fix: move to httpcheck probe
This commit is contained in:
parent
4e4a8b15ba
commit
0d1c44aa18
@ -9,7 +9,7 @@ appVersion: "latest"
|
||||
|
||||
description: Helm chart for cv
|
||||
name: cv
|
||||
version: 0.0.9
|
||||
version: 0.0.10
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- cv
|
||||
|
||||
@ -35,10 +35,28 @@ ingress:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
initialDelaySeconds: 2
|
||||
custom: true
|
||||
spec:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
scheme: HTTP
|
||||
timeoutSeconds: 1
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
readiness:
|
||||
enabled: true
|
||||
initialDelaySeconds: 2
|
||||
custom: true
|
||||
spec:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
scheme: HTTP
|
||||
timeoutSeconds: 1
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user