fix lack of quotes
ci / build (push) Successful in 11s Details

This commit is contained in:
CJ_Clippy 2024-04-28 02:06:58 +00:00
parent 07dd283200
commit b9821adf5f
1 changed files with 2 additions and 2 deletions

View File

@ -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