Skip to content

Commit

Permalink
fix(aws-eks-guide): re-enable HTTPS endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta committed Mar 4, 2024
1 parent d592d4f commit 23a42c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aws-eks-tutorial/components/helm-chart/templates/api_alb.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ metadata:
annotations:
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP":80}]'
{{- /*
alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
alb.ingress.kubernetes.io/certificate-arn: {{ .Values.api.nlbs.public_domain_certificate }}
alb.ingress.kubernetes.io/aws-load-balancer-ssl-ports: https
*/}}
alb.ingress.kubernetes.io/healthcheck-path: /livez
external-dns.alpha.kubernetes.io/hostname: {{ .Values.api.nlbs.public_domain }}
spec:
Expand Down Expand Up @@ -43,5 +40,5 @@ spec:
type: ClusterIP
ports:
- name: http
port: 8080
port: {{ .Values.api.port }}
targetPort: http

0 comments on commit 23a42c4

Please sign in to comment.