khuedoan-homelab/apps/resources/nginx.yaml
2021-05-23 02:56:21 +07:00

22 lines
433 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ingress-nginx
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