Skip to content

Commit d11351c

Browse files
committed
Add windmill
1 parent a9e4868 commit d11351c

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

services/argo-apps/windmill.yaml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: windmill
5+
namespace: argocd
6+
spec:
7+
project: services
8+
source:
9+
chart: windmill
10+
repoURL: https://windmill-labs.github.io/windmill-helm-charts/
11+
targetRevision: 2.0.353
12+
helm:
13+
valuesObject:
14+
windmill:
15+
appReplicas: 1
16+
lspReplicas: 1
17+
workerGroups:
18+
- name: "default"
19+
replicas: 1
20+
resources:
21+
requests:
22+
memory: 0
23+
ingress:
24+
enabled: false
25+
postgresql:
26+
primary:
27+
resources:
28+
requests:
29+
cpu: 0
30+
memory: 0
31+
destination:
32+
name: "in-cluster"
33+
namespace: windmill
34+
syncPolicy:
35+
automated: {}
36+
syncOptions:
37+
- CreateNamespace=true

0 commit comments

Comments
 (0)