Chart: Rework Controller Service Internal values.
This commit is contained in:
parent
b4f74c0ad2
commit
b68dca9e56
2 changed files with 2 additions and 22 deletions
|
@ -1,13 +1,12 @@
|
||||||
controller:
|
controller:
|
||||||
kind: DaemonSet
|
|
||||||
image:
|
image:
|
||||||
repository: ingress-controller/controller
|
repository: ingress-controller/controller
|
||||||
tag: 1.0.0-dev
|
tag: 1.0.0-dev
|
||||||
digest: null
|
digest: null
|
||||||
admissionWebhooks:
|
|
||||||
enabled: false
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
||||||
internal:
|
internal:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
|
@ -1,19 +0,0 @@
|
||||||
controller:
|
|
||||||
image:
|
|
||||||
repository: ingress-controller/controller
|
|
||||||
tag: 1.0.0-dev
|
|
||||||
digest: null
|
|
||||||
admissionWebhooks:
|
|
||||||
enabled: false
|
|
||||||
service:
|
|
||||||
type: ClusterIP
|
|
||||||
internal:
|
|
||||||
enabled: true
|
|
||||||
annotations:
|
|
||||||
service.beta.kubernetes.io/aws-load-balancer-internal: "true"
|
|
||||||
ports:
|
|
||||||
http: 443
|
|
||||||
https: 80
|
|
||||||
targetPorts:
|
|
||||||
http: 443
|
|
||||||
https: 80
|
|
Loading…
Reference in a new issue