Adds ingress-nginx

This commit is contained in:
Martyn Ranyard 2026-05-03 12:03:32 +02:00
parent ea2c4fcbd5
commit 9d91f8fc1b

View 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