add ingress-nginx Helm value files
This commit is contained in:
@@ -28,6 +28,10 @@ spec:
|
||||
targetRevision: '{{.chart}}'
|
||||
helm:
|
||||
releaseName: ingress-nginx
|
||||
valueFiles:
|
||||
- apps/ingress-nginx/values.yaml
|
||||
- apps/ingress-nginx/values-{{.cluster}}.yaml
|
||||
ignoreMissingValueFiles: true
|
||||
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
|
1
apps/ingress-nginx/values.yaml
Normal file
1
apps/ingress-nginx/values.yaml
Normal file
@@ -0,0 +1 @@
|
||||
---
|
Reference in New Issue
Block a user