Skip to content

Commit

Permalink
updated ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 22, 2024
1 parent e1394dd commit 2eb49c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,17 @@ metadata:
# stick on req.cook(sessionid)

# ============================================================================ #
# AWS ELB (ALB)
#
# alb.ingress.kubernetes.io/healthcheck-path: /
# alb.ingress.kubernetes.io/scheme: internet-facing
# alb.ingress.kubernetes.io/target-type: instance
# alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
# alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:eu-west-1:123456789012:certificate/123abc45-6d78-9012-34e5-678fabcd9e01
# alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}'
# alb.ingress.kubernetes.io/ssl-policy: ELBSecurityPolicy-TLS13-1-2-2021-06
# meta.helm.sh/release-name: my-api
# meta.helm.sh/release-namespace: my-api

spec:
# ingressClassName replaces kubernetes.io/ingress.class annotation in Kubernetes 1.18+
Expand Down

0 comments on commit 2eb49c6

Please sign in to comment.