Add whishper back

This commit is contained in:
Ruben Hensen
2025-03-14 17:45:55 +01:00
parent 1b2879026a
commit 97badf0b21
23 changed files with 0 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: whisper-webui-folder
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
path: whisper-webui
destination:
server: https://kubernetes.default.svc
namespace: whisper-webui
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true