From 2fa193e3cb69eb36a7eec7984c62fbe6dfe43cd4 Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Mon, 4 Sep 2023 14:01:42 +0700 Subject: [PATCH] ingress-nginx(fix): wrong values --- .../system/ingress-nginx/application.yaml | 31 +++++++++---------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/state/gullfaxi/system/ingress-nginx/application.yaml b/state/gullfaxi/system/ingress-nginx/application.yaml index 7b73cd3..381098b 100644 --- a/state/gullfaxi/system/ingress-nginx/application.yaml +++ b/state/gullfaxi/system/ingress-nginx/application.yaml @@ -20,21 +20,20 @@ spec: helm: values: | # https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml - ingress-nginx: - controller: - metrics: - enabled: true - service: - omitClusterIP: true - service: - # preserve source IPs - externalTrafficPolicy: Local - omitClusterIP: true - type: NodePort - nodePorts: - # port forwarding on router - http: 30080 - https: 30443 - defaultBackend: + controller: + metrics: + enabled: true service: omitClusterIP: true + service: + # preserve source IPs + externalTrafficPolicy: Local + omitClusterIP: true + type: NodePort + nodePorts: + # port forwarding on router + http: 30080 + https: 30443 + defaultBackend: + service: + omitClusterIP: true