Chart: Rework Controller ConfigMap values.
This commit is contained in:
parent
fbe28b02f4
commit
75e644313e
2 changed files with 4 additions and 19 deletions
|
@ -3,10 +3,9 @@ controller:
|
||||||
repository: ingress-controller/controller
|
repository: ingress-controller/controller
|
||||||
tag: 1.0.0-dev
|
tag: 1.0.0-dev
|
||||||
digest: null
|
digest: null
|
||||||
config:
|
|
||||||
use-proxy-protocol: "true"
|
|
||||||
allowSnippetAnnotations: false
|
|
||||||
admissionWebhooks:
|
|
||||||
enabled: false
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
||||||
|
config:
|
||||||
|
use-proxy-protocol: "true"
|
|
@ -1,14 +0,0 @@
|
||||||
controller:
|
|
||||||
image:
|
|
||||||
repository: ingress-controller/controller
|
|
||||||
tag: 1.0.0-dev
|
|
||||||
digest: null
|
|
||||||
kind: DaemonSet
|
|
||||||
allowSnippetAnnotations: false
|
|
||||||
admissionWebhooks:
|
|
||||||
enabled: false
|
|
||||||
service:
|
|
||||||
type: ClusterIP
|
|
||||||
|
|
||||||
config:
|
|
||||||
use-proxy-protocol: "true"
|
|
Loading…
Reference in a new issue