use windmill-postgresql name
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
75497c278f
commit
79f25f0ace
|
@ -24,7 +24,7 @@ spec:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: bitnami
|
name: bitnami
|
||||||
values:
|
values:
|
||||||
fullnameOverride: windmill-postgresql-uncool
|
fullnameOverride: windmill-postgresql
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
postgresPassword: windmill
|
postgresPassword: windmill
|
||||||
|
@ -110,7 +110,7 @@ spec:
|
||||||
mode: "worker"
|
mode: "worker"
|
||||||
# Thenative worker group will only execute native jobs. Windmill has a default worker group configuration for it
|
# Thenative worker group will only execute native jobs. Windmill has a default worker group configuration for it
|
||||||
- name: "native"
|
- name: "native"
|
||||||
replicas: 4
|
replicas: 1
|
||||||
# -- Resource limits and requests for the pods
|
# -- Resource limits and requests for the pods
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
Loading…
Reference in New Issue