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
|
||||
postgresql:
|
||||
auth:
|
||||
postgresPassword: windmill-default-password
|
||||
database: windmill-chonker
|
||||
postgresPassword: blahblahblah
|
||||
database: windmill
|
||||
primary:
|
||||
persistence:
|
||||
# It would be $0.20/mo cheaper to use 8Gi NVMe,
|
||||
|
@ -76,7 +76,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: postgres://poopatroopa:blahblahblah@windmill-postgresql/windmill?sslmode=disable
|
||||
databaseUrl: postgres://postgres:blahblahblah@windmill-postgresql/windmill?sslmode=disable
|
||||
# replica for the application app
|
||||
appReplicas: 1
|
||||
# replicas for the workers, jobs are executed on the workers
|
||||
|
|
Loading…
Reference in New Issue