Skip to content

Commit

Permalink
Add 443 listener and redirect to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Momchil Minkov committed Nov 1, 2023
1 parent ecfe155 commit dcaccf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/game-2048/2048_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ metadata:
annotations:
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]'
alb.ingress.kubernetes.io/ssl-redirect: "443"
alb.ingress.kubernetes.io/group.name: gbcluster
spec:
ingressClassName: alb
Expand Down

0 comments on commit dcaccf2

Please sign in to comment.