added glance dashboard

This commit is contained in:
2026-05-24 17:04:49 -05:00
parent 3017c27910
commit 6584ed9dc4
9 changed files with 762 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: the-hub
namespace: argocd
labels:
app.kubernetes.io/name: the-hub
app.kubernetes.io/part-of: mk-labs
annotations:
argocd.argoproj.io/sync-wave: "20" # Wave 20 — applications tier
spec:
project: default
source:
repoURL: ssh://git@gitea.mk-labs.cloud/rblundon/homelab.git
targetRevision: HEAD
path: cluster/applications/the-hub
directory:
recurse: false
exclude: application.yaml # prevent self-reference loop
destination:
server: https://kubernetes.default.svc
namespace: the-hub
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true