khuedoan-homelab/apps/resources/nginx.yaml

24 lines
492 B
YAML
Raw Normal View History

2021-05-21 18:11:33 +07:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ingress-nginx
2021-06-27 01:04:25 +07:00
finalizers:
- resources-finalizer.argocd.argoproj.io
2021-05-21 18:11:33 +07:00
spec:
destination:
name: in-cluster
namespace: kube-system
server: ''
source:
path: ''
repoURL: 'https://kubernetes.github.io/ingress-nginx'
targetRevision: 3.29.0
chart: ingress-nginx
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true