fix lack of quotes
ci / build (push) Successful in 11s
Details
ci / build (push) Successful in 11s
Details
This commit is contained in:
parent
07dd283200
commit
b9821adf5f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue