feat: add all service app manifests

This commit is contained in:
2026-06-18 13:48:04 +00:00
parent 0db41c8500
commit 70d2ce04c6
10 changed files with 194 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager
namespace: argocd
spec:
project: default
sources:
- repoURL: https://charts.jetstack.io
chart: cert-manager
targetRevision: "v1.14.4"
helm:
valueFiles:
- $values/helm/cert-manager/values.yaml
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k8s-manifests
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: cert-manager
syncPolicy:
automated:
prune: true
selfHeal: true