mirror of
https://github.com/nold360/hive-apps
synced 2025-02-06 23:42:49 +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:
|
||||
name: controller
|
||||
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
|
||||
containerPort:
|
||||
http: 80
|
||||
https: 443
|
||||
service:
|
||||
externalTrafficPolicy: Local
|
||||
annotations:
|
||||
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/
|
||||
config: {}
|
||||
# -- Annotations to be added to the controller config configuration configmap.
|
||||
|
|
Loading…
Add table
Reference in a new issue