mirror of
https://github.com/nold360/hive-apps
synced 2025-02-07 07:52:55 +00:00
update(ingress-external)
This commit is contained in:
parent
814b6549f3
commit
e6c1fcfca2
1 changed files with 3 additions and 8 deletions
|
@ -1,20 +1,15 @@
|
||||||
controller:
|
controller:
|
||||||
name: controller
|
|
||||||
enableAnnotationValidations: false
|
enableAnnotationValidations: false
|
||||||
image:
|
|
||||||
registry: registry.k8s.io
|
|
||||||
image: ingress-nginx/controller
|
|
||||||
tag: "v1.9.5"
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
# -- Configures the controller container name
|
|
||||||
containerName: controller
|
|
||||||
# -- Configures the ports that the nginx-controller listens on
|
# -- Configures the ports that the nginx-controller listens on
|
||||||
containerPort:
|
containerPort:
|
||||||
http: 80
|
http: 80
|
||||||
https: 443
|
https: 443
|
||||||
service:
|
service:
|
||||||
|
externalTrafficPolicy: Local
|
||||||
annotations:
|
annotations:
|
||||||
metallb.universe.tf/address-pool: external
|
metallb.universe.tf/address-pool: external
|
||||||
|
externalIPs:
|
||||||
|
- 192.168.1.12
|
||||||
# -- Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
|
# -- Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
|
||||||
config: {}
|
config: {}
|
||||||
# -- Annotations to be added to the controller config configuration configmap.
|
# -- Annotations to be added to the controller config configuration configmap.
|
||||||
|
|
Loading…
Add table
Reference in a new issue