set kind: DaemonSet for external nginx with externalTrafficPolicy: Local

This commit is contained in:
ace 2021-01-25 22:03:22 +03:00
parent cb137fb890
commit 0dbd232836
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
external_ingress_nginx_default_values:
controller:
kind: DaemonSet
config:
use-proxy-protocol: true
use-forward-headers: true

View File

@ -87,6 +87,7 @@ gitea_external_db_values:
gitea_publish_ingress_nginx_values:
controller:
kind: DaemonSet
config:
use-proxy-protocol: true
use-forward-headers: true