argocd: add services app

This commit is contained in:
Andrey Kartashov 2019-10-27 05:48:03 +07:00
parent 8f2617f144
commit 7d549a6a26
6 changed files with 19 additions and 1 deletions

View file

@ -18,7 +18,6 @@ spec:
- router.gorilych.ru
- seafile.gorilych.ru
- grafana.gorilych.ru
# w/a for rewrite-target from https://github.com/jetstack/cert-manager/issues/286#issuecomment-361033891
acme:
config:
- http01: { ingressClass: nginx }

View file

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