Add mist ingress

This commit is contained in:
Ruben Hensen
2025-03-31 01:30:48 +02:00
parent f7f99c3df5
commit 258e5d3827
3 changed files with 64 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mist-folder
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
path: mist
destination:
server: https://kubernetes.default.svc
namespace: mist
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true