feat(argo): Expose argocd dashboard

This commit is contained in:
2026-09-10 20:55:49 +05:30
parent e7569913cc
commit 9977e7a79a
11 changed files with 135 additions and 13 deletions
+22
View File
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
annotations:
argocd.argoproj.io/sync-wave: "3"
name: argocd-dashboard
namespace: argocd
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: infra/argocd-dashboard
repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
+1
View File
@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- anubis-operator.yaml
- argocd-dashboard.yaml
- argocd-repos.yaml
- cert-manager.yaml
- cnpg.yaml