Skip to content

Commit

Permalink
update skaffold nginx controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Mautjee committed Sep 12, 2024
1 parent c99f327 commit 6319b15
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions k8s/production/skaffold.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,14 @@ manifests:
wait: false
setValues:
controller.allowSnippetAnnotations: false
controller.config:
enable-real-ip: "true"
proxy-add-original-uri-header: "true"
real-ip-header: proxy_protocol
use-forwarded-headers: "true"
use-proxy-protocol: "true"
controller.config.enable-real-ip: "true"
controller.config.proxy-add-original-uri-header: "true"
controller.config.real-ip-header: "proxy_protocol"
controller.config.use-forwarded-headers: "true"
controller.config.use-proxy-protocol: "true"
controller.config.set-real-ip-from: "0.0.0.0/0"
controller.service.annotations.service\.beta\.kubernetes\.io/do-loadbalancer-protocol: "tcp"
controller.service.annotations.service\.beta\.kubernetes\.io/do-loadbalancer-enable-proxy-protocol: "true"
- name: postgresql
version: 12.10.0
remoteChart: postgresql
Expand Down

0 comments on commit 6319b15

Please sign in to comment.