mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
create namespaces with argocd
This commit is contained in:
parent
ddfababb14
commit
bead0cb550
17 changed files with 18 additions and 32 deletions
|
|
@ -14,6 +14,8 @@ spec:
|
||||||
path: apps/argocd
|
path: apps/argocd
|
||||||
repoURL: git@github.com:gorilych/gf-k8s
|
repoURL: git@github.com:gorilych/gf-k8s
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ spec:
|
||||||
path: apps/system/cert-manager
|
path: apps/system/cert-manager
|
||||||
repoURL: git@github.com:gorilych/gf-k8s
|
repoURL: git@github.com:gorilych/gf-k8s
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@ spec:
|
||||||
path: apps/system/grafana
|
path: apps/system/grafana
|
||||||
repoURL: git@github.com:gorilych/gf-k8s
|
repoURL: git@github.com:gorilych/gf-k8s
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ spec:
|
||||||
path: apps/system/ingress-nginx
|
path: apps/system/ingress-nginx
|
||||||
repoURL: git@github.com:gorilych/gf-k8s
|
repoURL: git@github.com:gorilych/gf-k8s
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ spec:
|
||||||
path: apps/system/logging
|
path: apps/system/logging
|
||||||
repoURL: git@github.com:gorilych/gf-k8s
|
repoURL: git@github.com:gorilych/gf-k8s
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@ spec:
|
||||||
path: apps/minecraft
|
path: apps/minecraft
|
||||||
repoURL: git@github.com:gorilych/gf-k8s
|
repoURL: git@github.com:gorilych/gf-k8s
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ spec:
|
||||||
path: apps/system/monitoring
|
path: apps/system/monitoring
|
||||||
repoURL: git@github.com:gorilych/gf-k8s
|
repoURL: git@github.com:gorilych/gf-k8s
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ spec:
|
||||||
path: apps/system/oauth2-proxy
|
path: apps/system/oauth2-proxy
|
||||||
repoURL: git@github.com:gorilych/gf-k8s
|
repoURL: git@github.com:gorilych/gf-k8s
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ spec:
|
||||||
path: apps/system/tracing
|
path: apps/system/tracing
|
||||||
repoURL: git@github.com:gorilych/gf-k8s
|
repoURL: git@github.com:gorilych/gf-k8s
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: argocd
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: cert-manager
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: grafana
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: logging
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: monitoring
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: nginx-ingress
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: oauth2-proxy
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: observability
|
|
||||||
Loading…
Reference in a new issue