gf-k8s/main/templates/nginx-ingress.yaml
2019-10-27 02:46:33 +07:00

19 lines
431 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nginx-ingress
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: nginx-ingress
server: https://kubernetes.default.svc
project: default
source:
path: apps/system/nginx-ingress
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
automated:
prune: true
selfHeal: true