feat: add Windmill deployment

This commit is contained in:
Ryan Moon
2026-04-02 21:39:54 -05:00
parent 6d73a50065
commit e3fe6bac3e
2 changed files with 73 additions and 0 deletions

26
argocd/windmill-app.yaml Normal file
View File

@@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: windmill
namespace: argocd
spec:
project: default
sources:
- repoURL: https://windmilleng.github.io/windmill-helm-charts
chart: windmill
targetRevision: "2.*"
helm:
valueFiles:
- $values/windmill/values.yaml
- repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: windmill
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true