mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
argocd: add services app
This commit is contained in:
parent
8f2617f144
commit
7d549a6a26
6 changed files with 19 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ spec:
|
||||||
- router.gorilych.ru
|
- router.gorilych.ru
|
||||||
- seafile.gorilych.ru
|
- seafile.gorilych.ru
|
||||||
- grafana.gorilych.ru
|
- grafana.gorilych.ru
|
||||||
# w/a for rewrite-target from https://github.com/jetstack/cert-manager/issues/286#issuecomment-361033891
|
|
||||||
acme:
|
acme:
|
||||||
config:
|
config:
|
||||||
- http01: { ingressClass: nginx }
|
- http01: { ingressClass: nginx }
|
||||||
19
main/templates/services.yaml
Normal file
19
main/templates/services.yaml
Normal 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
|
||||||
Loading…
Reference in a new issue