Skip to content

Commit c8666fc

Browse files
committed
fix: adjust LB health check
1 parent 11e4c3b commit c8666fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

aws/k8s/ctfd-ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
annotations:
77
alb.ingress.kubernetes.io/scheme: internet-facing
88
alb.ingress.kubernetes.io/target-type: instance
9+
alb.ingress.kubernetes.io/success-codes: 200-399
910
acme.cert-manager.io/http01-edit-in-place: "true"
1011
# cert-manager.io/issue-temporary-certificate: "true"
1112
#uncomment and configure below if you want to use tls, don't forget to override the cookie to a secure value!

aws/k8s/wrongsecrets-balancer-ingress.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
annotations:
77
alb.ingress.kubernetes.io/scheme: internet-facing
88
alb.ingress.kubernetes.io/target-type: instance
9+
alb.ingress.kubernetes.io/success-codes: 200-399
910
acme.cert-manager.io/http01-edit-in-place: "true"
1011
# cert-manager.io/issue-temporary-certificate: "true"
1112
#uncomment and configure below if you want to use tls, don't forget to override the cookie to a secure value!

0 commit comments

Comments
 (0)