From f99a6ebbf4af24ec527dbb4cb323cd1a79b48b60 Mon Sep 17 00:00:00 2001 From: Arvind Prabhakar Date: Sun, 2 Aug 2026 22:36:31 +0000 Subject: [PATCH] Add observability namespace to Forge GitOps --- argocd-apps/infrastructure/namespaces.yaml | 20 ++++++++++++++++++++ infrastructure/namespaces/observability.yaml | 7 +++++++ 2 files changed, 27 insertions(+) create mode 100644 argocd-apps/infrastructure/namespaces.yaml create mode 100644 infrastructure/namespaces/observability.yaml diff --git a/argocd-apps/infrastructure/namespaces.yaml b/argocd-apps/infrastructure/namespaces.yaml new file mode 100644 index 0000000..bad9ef0 --- /dev/null +++ b/argocd-apps/infrastructure/namespaces.yaml @@ -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 diff --git a/infrastructure/namespaces/observability.yaml b/infrastructure/namespaces/observability.yaml new file mode 100644 index 0000000..9df2829 --- /dev/null +++ b/infrastructure/namespaces/observability.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: observability + labels: + symcrest.com/service: forge + symcrest.com/domain: observability