From b9821adf5fdb42e872a8a20f98d9084e7c01ce0d Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sun, 28 Apr 2024 02:06:58 +0000 Subject: [PATCH] fix lack of quotes --- apps/base/windmill/windmill.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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