update(ingress-external)

This commit is contained in:
nold 2025-01-28 10:12:28 +01:00
parent 814b6549f3
commit e6c1fcfca2

View file

@ -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.