fix: set 1 replica per worker group, lower resource requests
This commit is contained in:
@@ -13,15 +13,25 @@ windmill:
|
|||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
||||||
worker:
|
workerGroups:
|
||||||
replicas: 1
|
- name: default
|
||||||
resources:
|
replicas: 1
|
||||||
requests:
|
resources:
|
||||||
cpu: 50m
|
requests:
|
||||||
memory: 128Mi
|
cpu: 50m
|
||||||
limits:
|
memory: 128Mi
|
||||||
cpu: 2000m
|
limits:
|
||||||
memory: 1Gi
|
cpu: 2000m
|
||||||
|
memory: 1Gi
|
||||||
|
- name: native
|
||||||
|
replicas: 1
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 50m
|
||||||
|
memory: 128Mi
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 256Mi
|
||||||
|
|
||||||
lsp:
|
lsp:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user