create namespaces with argocd

This commit is contained in:
Andrey Kartashov 2020-12-17 01:27:35 +07:00
parent ddfababb14
commit bead0cb550
17 changed files with 18 additions and 32 deletions

View file

@ -14,6 +14,8 @@ spec:
path: apps/argocd
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View file

@ -14,6 +14,8 @@ spec:
path: apps/system/cert-manager
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View file

@ -12,6 +12,8 @@ spec:
path: apps/system/grafana
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View file

@ -14,6 +14,8 @@ spec:
path: apps/system/ingress-nginx
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View file

@ -14,6 +14,8 @@ spec:
path: apps/system/logging
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View file

@ -12,6 +12,8 @@ spec:
path: apps/minecraft
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View file

@ -14,6 +14,8 @@ spec:
path: apps/system/monitoring
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View file

@ -14,6 +14,8 @@ spec:
path: apps/system/oauth2-proxy
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View file

@ -14,6 +14,8 @@ spec:
path: apps/system/tracing
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View file

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: argocd

View file

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager

View file

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: grafana

View file

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: logging

View file

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: monitoring

View file

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: nginx-ingress

View file

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: oauth2-proxy

View file

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: observability