fix(helm): one more .service.portName to .service.port.name
This commit is contained in:
parent
bcfd91fe98
commit
a7b06f1d6e
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ spec:
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/livez
|
path: /api/livez
|
||||||
port: {{ .Values.service.portName }}
|
port: {{ .Values.service.port.name }}
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 3
|
||||||
periodSeconds: 3
|
periodSeconds: 3
|
||||||
timeoutSeconds: 2
|
timeoutSeconds: 2
|
||||||
|
|
|
||||||
Reference in a new issue