alt creds
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-05-27 22:48:18 -08:00
parent 15d10d0e6f
commit 2384023ea8
1 changed files with 3 additions and 3 deletions

View File

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