wbc-dev-cluster/manifests/apps/infra-app-of-apps/ingress-nginx.yaml
2026-05-03 12:03:32 +02:00

32 lines
782 B
YAML

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