Skip to content

Commit 12f764b

Browse files
authored
Merge pull request #460 from twitsprout/master
Fix readinessProbe timeoutSeconds
2 parents f044e71 + ea5b53f commit 12f764b

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)