Skip to content

Commit

Permalink
Merge pull request #289 from Telecominfraproject/WIFI-13821-fix-alb-h…
Browse files Browse the repository at this point in the history
…ealth-checks

WIFI-13821 - Load balancer started acting up: change annotations
  • Loading branch information
carsten989 authored Sep 27, 2024
2 parents 6e8eb3a + 0ac8f8c commit 02b0863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cgw/values/cgw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ services:
cgw:
type: LoadBalancer
annotations:
#service.beta.kubernetes.io/aws-load-balancer-type: nlb-ip
service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: ssl
service.beta.kubernetes.io/aws-load-balancer-healthcheck-port: "15003"
service.beta.kubernetes.io/aws-load-balancer-healthcheck-port: metrics
service.beta.kubernetes.io/aws-load-balancer-healthcheck-path: /health
service.beta.kubernetes.io/aws-load-balancer-healthcheck-protocol: http
service.beta.kubernetes.io/aws-load-balancer-target-group-attributes: preserve_client_ip.enabled=true
service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "16002"
alb.ingress.kubernetes.io/healthcheck-path: /health

0 comments on commit 02b0863

Please sign in to comment.