fix(ingress-external)

This commit is contained in:
nold 2024-01-22 14:35:17 +01:00
parent 5583a1e5b3
commit 1fb64cbba8

View file

@ -12,6 +12,9 @@ controller:
containerPort: containerPort:
http: 80 http: 80
https: 443 https: 443
service:
annotations:
metallb.universe.tf/address-pool: external
# -- 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.