Skip to content

Commit

Permalink
undo proxy protocol change
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 17, 2025
1 parent e34a533 commit 1f7545d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: runtime
description: Sets up the basic dependencies needed to get a network stack running
type: application
version: 0.1.27
version: 0.1.28
appVersion: "0.1.0"
dependencies:
- name: external-dns
Expand Down
2 changes: 2 additions & 0 deletions charts/runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ ingress-nginx-private:
service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: 'true'
service.beta.kubernetes.io/aws-load-balancer-type: external
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: ip
service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: "*"
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: '3600'
admissionWebhooks:
enabled: false
Expand Down Expand Up @@ -154,6 +155,7 @@ ingress-nginx:
service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: 'true'
service.beta.kubernetes.io/aws-load-balancer-type: external
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: ip
service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: "*"
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: '3600'
config:
worker-shutdown-timeout: 240s
Expand Down

0 comments on commit 1f7545d

Please sign in to comment.