alt creds
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
15d10d0e6f
commit
2384023ea8
|
@ -27,8 +27,8 @@ spec:
|
||||||
fullnameOverride: windmill-postgresql
|
fullnameOverride: windmill-postgresql
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
postgresPassword: windmill-default-password
|
postgresPassword: blahblahblah
|
||||||
database: windmill-chonker
|
database: windmill
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
# It would be $0.20/mo cheaper to use 8Gi NVMe,
|
# It would be $0.20/mo cheaper to use 8Gi NVMe,
|
||||||
|
@ -76,7 +76,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: postgres://poopatroopa:blahblahblah@windmill-postgresql/windmill?sslmode=disable
|
databaseUrl: postgres://postgres:blahblahblah@windmill-postgresql/windmill?sslmode=disable
|
||||||
# replica for the application app
|
# replica for the application app
|
||||||
appReplicas: 1
|
appReplicas: 1
|
||||||
# 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