Skip to content

Commit

Permalink
fix: comment adjust default ssl for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
bendehaan committed Oct 11, 2024
1 parent 7b0b375 commit 96f24c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions aws/k8s/ctfd-ingress.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ metadata:
alb.ingress.kubernetes.io/target-type: instance
alb.ingress.kubernetes.io/success-codes: 200-399
#uncomment and configure below if you want to use tls, don't forget to override the cookie to a secure value!
alb.ingress.kubernetes.io/ssl-policy: ELBSecurityPolicy-TLS13-1-2-2021-06
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]'
alb.ingress.kubernetes.io/ssl-redirect: "443"
external-dns.alpha.kubernetes.io/hostname: ${CTFD_DOMAIN_NAME}
# alb.ingress.kubernetes.io/ssl-policy: ELBSecurityPolicy-TLS13-1-2-2021-06
# alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]'
# alb.ingress.kubernetes.io/ssl-redirect: "443"
# external-dns.alpha.kubernetes.io/hostname: ${CTFD_DOMAIN_NAME}
# The certificate ARN can be discovered automatically by the ALB Ingress Controller based on the host value in the ingress, or you can specify it manually by uncommenting and customizing the line below
# alb.ingress.kubernetes.io/certificate-arn: <certificate-arn>
spec:
Expand Down
8 changes: 4 additions & 4 deletions aws/k8s/wrongsecrets-balancer-ingress.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ metadata:
alb.ingress.kubernetes.io/target-type: instance
alb.ingress.kubernetes.io/success-codes: 200-399
#uncomment and configure below if you want to use tls, don't forget to override the cookie to a secure value!
alb.ingress.kubernetes.io/ssl-policy: ELBSecurityPolicy-TLS13-1-2-2021-06
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]'
alb.ingress.kubernetes.io/ssl-redirect: "443"
external-dns.alpha.kubernetes.io/hostname: ${BALANCER_DOMAIN_NAME}
# alb.ingress.kubernetes.io/ssl-policy: ELBSecurityPolicy-TLS13-1-2-2021-06
# alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]'
# alb.ingress.kubernetes.io/ssl-redirect: "443"
# external-dns.alpha.kubernetes.io/hostname: ${BALANCER_DOMAIN_NAME}
# The certificate ARN can be discovered automatically by the ALB Ingress Controller based on the host value in the ingress, or you can specify it manually by uncommenting and customizing the line below
# alb.ingress.kubernetes.io/certificate-arn: <certificate-arn>
spec:
Expand Down

0 comments on commit 96f24c3

Please sign in to comment.