feat: add namespaces
This commit is contained in:
parent
ba94006a39
commit
a2a2fb6f8b
4 changed files with 30 additions and 0 deletions
18
_apps/namespaces.yml
Normal file
18
_apps/namespaces.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: namespaces
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: argocd
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: kissj
|
||||||
|
source:
|
||||||
|
path: namespaces
|
||||||
|
repoURL: https://gitlab.mareshq.com/gitops/skautdevs/kissj.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
4
namespaces/kissj-db.yml
Normal file
4
namespaces/kissj-db.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: kissj-db
|
||||||
4
namespaces/kissj-prod.yml
Normal file
4
namespaces/kissj-prod.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: kissj-prod
|
||||||
4
namespaces/kissj-staging.yml
Normal file
4
namespaces/kissj-staging.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: kissj-staging
|
||||||
Reference in a new issue