Skip to content

Commit

Permalink
Merge pull request #623 from SpaceCowMedia/cyounkins-patch-1
Browse files Browse the repository at this point in the history
k8s: ipv6, tags, deregistration timeout
  • Loading branch information
ldeluigi authored Nov 14, 2024
2 parents 2e3e3eb + b29cbe2 commit 586a95a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/.kubernetes/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@ metadata:
annotations:
kubernetes.io/ingress.class: alb
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/ip-address-type: dualstack
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/tags: project=commanderspellbook,environment=prod
alb.ingress.kubernetes.io/target-group-attributes: deregistration_delay.timeout_seconds=60
## SSL Settings
alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}, {"HTTP":80}]'
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-east-2:083767677168:certificate/e6f5834f-bd9a-4333-962a-8fe0857e84ea
Expand Down

0 comments on commit 586a95a

Please sign in to comment.