feat: add calibre, portainer, egress-gateway, trivy-system, kyverno, olallalab

This commit is contained in:
2026-04-29 15:02:13 +02:00
parent 86feb58574
commit 44ee16960b
12 changed files with 329 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: egress-gateway
namespace: argocd
spec:
project: default
sources:
- repoURL: https://charts.bitnami.com/bitnami
chart: haproxy
targetRevision: 3.4.12
helm:
releaseName: egress-gateway
valueFiles:
- $values/apps/egress-gateway/values.yaml
- repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: egress-gateway
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true