feat: 🎸 support to ytd and monitoring

This commit is contained in:
2026-01-16 21:51:01 +00:00
parent 231198da1e
commit 66274c067a
6 changed files with 296 additions and 0 deletions

View File

@@ -43,3 +43,27 @@
backendRefs:
- name: argocd-server
port: 80
- name: Bootstrap App of Apps
kubernetes.core.k8s:
definition:
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: apps
namespace: argocd
spec:
project: default
source:
repoURL: https://git.svc.pguia.com/guipguia/argocd.git
targetRevision: HEAD
path: apps
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true