We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e4868 commit d11351cCopy full SHA for d11351c
services/argo-apps/windmill.yaml
@@ -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
28
29
+ cpu: 0
30
31
+ destination:
32
+ name: "in-cluster"
33
+ namespace: windmill
34
+ syncPolicy:
35
+ automated: {}
36
+ syncOptions:
37
+ - CreateNamespace=true
0 commit comments