add ingress-nginx Helm value files

This commit is contained in:
2025-06-30 02:43:08 -05:00
parent 86d3f4db5d
commit 95e4239c6f
3 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ spec:
targetRevision: '{{.chart}}'
helm:
releaseName: ingress-nginx
valueFiles:
- values.yaml
- values-{{.cluster}}.yaml
destination:
server: '{{.url}}'
namespace: ingress-nginx

View File

@@ -0,0 +1,3 @@
---
controller:
replicaCount: 2

View File