diff --git a/apps/base/windmill/windmill.yaml b/apps/base/windmill/windmill.yaml index a992afe..c52525c 100644 --- a/apps/base/windmill/windmill.yaml +++ b/apps/base/windmill/windmill.yaml @@ -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