add ingress-nginx Helm value files
This commit is contained in:
@@ -28,6 +28,9 @@ spec:
|
||||
targetRevision: '{{.chart}}'
|
||||
helm:
|
||||
releaseName: ingress-nginx
|
||||
valuefiles:
|
||||
values.yaml
|
||||
values-{{.cluster}}.yaml
|
||||
destination:
|
||||
server: '{{.url}}'
|
||||
namespace: ingress-nginx
|
3
apps/ingress-nginx/values-production.yaml
Normal file
3
apps/ingress-nginx/values-production.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
controller:
|
||||
replicaCount: 2
|
0
apps/ingress-nginx/values.yaml
Normal file
0
apps/ingress-nginx/values.yaml
Normal file
Reference in New Issue
Block a user