diff --git a/apps/base/windmill/windmill.yaml b/apps/base/windmill/windmill.yaml index bfab783..0d90046 100644 --- a/apps/base/windmill/windmill.yaml +++ b/apps/base/windmill/windmill.yaml @@ -35,7 +35,7 @@ spec: # but it's not available in Vultr's DFW datacenter # so instead we use the minimum HDD size, 40Gi storageClass: "vultr-block-storage-hdd" - size: 40Gi + size: "40Gi" resources: limits: cpu: "1" @@ -75,7 +75,7 @@ spec: baseDomain: windmill2.sbtp.xyz baseProtocol: https # postgres URI, pods will crashloop if database is unreachable, sets DATABASE_URL environment variable in app and worker container - databaseUrl: valueFrom:postgres://postgres:windmill@windmill-postgresql/windmill?sslmode=disable + databaseUrl: postgres://postgres:windmill@windmill-postgresql/windmill?sslmode=disable # replica for the application app appReplicas: 2 # replicas for the workers, jobs are executed on the workers