Added k8s-dashboard

This commit is contained in:
Ultradesu
2025-04-12 17:15:04 +01:00
parent cfdcf75442
commit 067e6198d4
8 changed files with 299 additions and 34 deletions

View File

@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kubernetes-dashboard
namespace: argocd
spec:
project: core
destination:
namespace: kubernetes-dashboard
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/core/kubernetes-dashboard
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true