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
|
# but it's not available in Vultr's DFW datacenter
|
||||||
# so instead we use the minimum HDD size, 40Gi
|
# so instead we use the minimum HDD size, 40Gi
|
||||||
storageClass: "vultr-block-storage-hdd"
|
storageClass: "vultr-block-storage-hdd"
|
||||||
size: 40Gi
|
size: "40Gi"
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
|
@ -75,7 +75,7 @@ spec:
|
||||||
baseDomain: windmill2.sbtp.xyz
|
baseDomain: windmill2.sbtp.xyz
|
||||||
baseProtocol: https
|
baseProtocol: https
|
||||||
# postgres URI, pods will crashloop if database is unreachable, sets DATABASE_URL environment variable in app and worker container
|
# 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
|
# replica for the application app
|
||||||
appReplicas: 2
|
appReplicas: 2
|
||||||
# replicas for the workers, jobs are executed on the workers
|
# replicas for the workers, jobs are executed on the workers
|
||||||
|
|
Loading…
Reference in New Issue