set kind: DaemonSet for external nginx with externalTrafficPolicy: Local
This commit is contained in:
parent
cb137fb890
commit
0dbd232836
@ -1,5 +1,6 @@
|
||||
external_ingress_nginx_default_values:
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
config:
|
||||
use-proxy-protocol: true
|
||||
use-forward-headers: true
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user