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:
|
external_ingress_nginx_default_values:
|
||||||
controller:
|
controller:
|
||||||
|
kind: DaemonSet
|
||||||
config:
|
config:
|
||||||
use-proxy-protocol: true
|
use-proxy-protocol: true
|
||||||
use-forward-headers: true
|
use-forward-headers: true
|
||||||
|
@ -87,6 +87,7 @@ gitea_external_db_values:
|
|||||||
|
|
||||||
gitea_publish_ingress_nginx_values:
|
gitea_publish_ingress_nginx_values:
|
||||||
controller:
|
controller:
|
||||||
|
kind: DaemonSet
|
||||||
config:
|
config:
|
||||||
use-proxy-protocol: true
|
use-proxy-protocol: true
|
||||||
use-forward-headers: true
|
use-forward-headers: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user