refactor: add /api/livez endpoint for kubernetes liveness probe, remove readiness probe
This commit is contained in:
parent
57dc162ba1
commit
56069dbda5
2 changed files with 15 additions and 5 deletions
|
|
@ -39,11 +39,7 @@ spec:
|
|||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: {{ .Values.service.portName }}
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /api/livez
|
||||
port: {{ .Values.service.portName }}
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
|
|
|||
Reference in a new issue