diff --git a/aws/k8s/ctfd-ingress.yaml.tpl b/aws/k8s/ctfd-ingress.yaml.tpl index f7b7fdfc..0138a194 100644 --- a/aws/k8s/ctfd-ingress.yaml.tpl +++ b/aws/k8s/ctfd-ingress.yaml.tpl @@ -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: spec: diff --git a/aws/k8s/wrongsecrets-balancer-ingress.yml.tpl b/aws/k8s/wrongsecrets-balancer-ingress.yml.tpl index 2f747128..2f8657cf 100644 --- a/aws/k8s/wrongsecrets-balancer-ingress.yml.tpl +++ b/aws/k8s/wrongsecrets-balancer-ingress.yml.tpl @@ -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: spec: