Adds ingress-nginx
This commit is contained in:
parent
ea2c4fcbd5
commit
9d91f8fc1b
1 changed files with 32 additions and 0 deletions
32
manifests/apps/infra-app-of-apps/ingress-nginx.yaml
Normal file
32
manifests/apps/infra-app-of-apps/ingress-nginx.yaml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ingress-nginx
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: cluster-ingress
|
||||
server: https://kubernetes.default.svc
|
||||
project: infra
|
||||
source:
|
||||
chart: ingress-nginx
|
||||
repoURL: https://kubernetes.github.io/ingress-nginx
|
||||
targetRevision: 4.12.1
|
||||
helm:
|
||||
valuesObject:
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
nodeSelector:
|
||||
ingresshost: 'true'
|
||||
hostNetwork: 'true'
|
||||
ingressClass: 'nginx'
|
||||
ingressClassResource:
|
||||
default: 'true'
|
||||
className: nginx
|
||||
controllerValue: 'k8s.io/ingress-nginx'
|
||||
config:
|
||||
annotations-risk-level: Critical
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
|
||||
Loading…
Add table
Reference in a new issue