From dec69b0fc4587ca15040a587ae8db1feb6ab18a0 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Mon, 30 Jun 2025 02:43:08 -0500 Subject: [PATCH] add ingress-nginx Helm value files --- apps/ingress-nginx.yaml | 3 +++ apps/ingress-nginx/values-production.yaml | 3 +++ apps/ingress-nginx/values.yaml | 1 + 3 files changed, 7 insertions(+) create mode 100644 apps/ingress-nginx/values-production.yaml create mode 100644 apps/ingress-nginx/values.yaml diff --git a/apps/ingress-nginx.yaml b/apps/ingress-nginx.yaml index 03a0f09..295af60 100644 --- a/apps/ingress-nginx.yaml +++ b/apps/ingress-nginx.yaml @@ -28,6 +28,9 @@ spec: targetRevision: '{{.chart}}' helm: releaseName: ingress-nginx + valueFiles: + - ingress-nginx/values.yaml + - ingress-nginx/values-{{.cluster}}.yaml destination: server: '{{.url}}' namespace: ingress-nginx diff --git a/apps/ingress-nginx/values-production.yaml b/apps/ingress-nginx/values-production.yaml new file mode 100644 index 0000000..1b09d55 --- /dev/null +++ b/apps/ingress-nginx/values-production.yaml @@ -0,0 +1,3 @@ +--- +controller: + replicaCount: 2 diff --git a/apps/ingress-nginx/values.yaml b/apps/ingress-nginx/values.yaml new file mode 100644 index 0000000..ed97d53 --- /dev/null +++ b/apps/ingress-nginx/values.yaml @@ -0,0 +1 @@ +---