Create private whisper instance

This commit is contained in:
Ruben Hensen
2025-04-26 13:42:00 +02:00
parent c1d94879c9
commit 3da6fc2b3f
15 changed files with 449 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: whisper
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
path: whishper-priv
destination:
server: https://kubernetes.default.svc
namespace: whisper-priv
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true