Skip to content

Commit bd449cd

Browse files
committed
Fix readinessProbe timeoutSeconds
1 parent 19da0df commit bd449cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alb-ingress-controller-helm/templates/controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
scheme: HTTP
6666
initialDelaySeconds: 30
6767
periodSeconds: {{ .Values.controller.readinessProbeInterval }}
68-
timeout: {{ .Values.controller.readinessProbeTimeout }}
68+
timeoutSeconds: {{ .Values.controller.readinessProbeTimeout }}
6969
livenessProbe:
7070
httpGet:
7171
path: /alive

0 commit comments

Comments
 (0)