add ingress-nginx Helm value files
This commit is contained in:
@ -23,11 +23,15 @@ spec:
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
chart: ingress-nginx
|
||||
repoURL: https://kubernetes.github.io/ingress-nginx
|
||||
targetRevision: '{{.chart}}'
|
||||
path: ingress-nginx
|
||||
repoURL: https://git.kill0.net/ryanc/argocd.git
|
||||
targetRevision: HEAD
|
||||
helm:
|
||||
releaseName: ingress-nginx
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
- values-{{.cluster}}.yaml
|
||||
ignoreMissingValueFiles: true
|
||||
destination:
|
||||
server: '{{.url}}'
|
||||
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
|
6
ingress-nginx/values-development.yaml
Normal file
6
ingress-nginx/values-development.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
ingress-nginx:
|
||||
controller:
|
||||
replicaCount: 3
|
||||
addHeaders:
|
||||
x-fart: pooooot
|
6
ingress-nginx/values-staging.yaml
Normal file
6
ingress-nginx/values-staging.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
ingress-nginx:
|
||||
controller:
|
||||
replicaCount: 3
|
||||
addHeaders:
|
||||
x-fart: frrrrrp
|
1
ingress-nginx/values.yaml
Normal file
1
ingress-nginx/values.yaml
Normal file
@ -0,0 +1 @@
|
||||
---
|
Reference in New Issue
Block a user