Skip to content

Commit

Permalink
Merge pull request #15 from EtherealEngine/preserve-client-ip
Browse files Browse the repository at this point in the history
Added some options for preserving client IP on requests
  • Loading branch information
hanzlamateen authored Aug 1, 2024
2 parents 4335d62 + 3186daa commit f179d98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/nginx-ingress-aws-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ controller:
opentelemetry:
enabled: false
service:
externalTrafficPolicy: Local
targetPorts:
http: http
https: special # SSL termination at the load balancer
Expand All @@ -32,5 +33,5 @@ controller:
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "tcp"
service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "https"
service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: "*"
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: "<ACM Certificate ARN for SSL>"

0 comments on commit f179d98

Please sign in to comment.