add ingress-nginx Helm value files
This commit is contained in:
@@ -24,10 +24,14 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
chart: ingress-nginx
|
chart: ingress-nginx
|
||||||
repoURL: https://kubernetes.github.io/ingress-nginx
|
repoURL: https://git.kill0.net/ryanc/argocd.git
|
||||||
targetRevision: '{{.chart}}'
|
targetRevision: '{{.chart}}'
|
||||||
helm:
|
helm:
|
||||||
releaseName: ingress-nginx
|
releaseName: ingress-nginx
|
||||||
|
valueFiles:
|
||||||
|
- values.yaml
|
||||||
|
- values-{{.cluster}}.yaml
|
||||||
|
# ignoreMissingValueFiles: true
|
||||||
destination:
|
destination:
|
||||||
server: '{{.url}}'
|
server: '{{.url}}'
|
||||||
namespace: ingress-nginx
|
namespace: ingress-nginx
|
||||||
|
9
ingress-nginx/Chart.yaml
Normal file
9
ingress-nginx/Chart.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
apiVersion: v2
|
||||||
|
name: ingress-nginx
|
||||||
|
version: "1.0.0"
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: ingress-nginx
|
||||||
|
version: 4.12.3
|
||||||
|
repository: https://kubernetes.github.io/ingress-nginx
|
3
ingress-nginx/values-production.yaml
Normal file
3
ingress-nginx/values-production.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
controller:
|
||||||
|
replicaCount: 2
|
1
ingress-nginx/values.yaml
Normal file
1
ingress-nginx/values.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
---
|
Reference in New Issue
Block a user