mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 18:09:44 +00:00
19 lines
421 B
YAML
19 lines
421 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: ingress-nginx
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: ingress-nginx
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
path: apps/system/ingress-nginx
|
|
repoURL: git@github.com:amkartashov/gf-k8s
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|