Add observability namespace to Forge GitOps
This commit is contained in:
parent
e35f363386
commit
f99a6ebbf4
2 changed files with 27 additions and 0 deletions
20
argocd-apps/infrastructure/namespaces.yaml
Normal file
20
argocd-apps/infrastructure/namespaces.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: namespaces
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: platform
|
||||
source:
|
||||
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: infrastructure/namespaces
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=false
|
||||
7
infrastructure/namespaces/observability.yaml
Normal file
7
infrastructure/namespaces/observability.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: observability
|
||||
labels:
|
||||
symcrest.com/service: forge
|
||||
symcrest.com/domain: observability
|
||||
Loading…
Add table
Add a link
Reference in a new issue