Skip to content

Commit 81469cb

Browse files
committed
Adding health check endpoint to the alb
1 parent 283ce8b commit 81469cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/metget-server/templates/ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ metadata:
1717
alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}, {"HTTP":80}]'
1818
alb.ingress.kubernetes.io/certificate-arn: {{ .Values.http.aws_certificate_arn }}
1919
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}'
20+
alb.ingress.kubernetes.io/healthcheck-path: /healthz/ready
2021
spec:
2122
ingressClassName: alb
2223
rules:

0 commit comments

Comments
 (0)