From 2384023ea891be9b3f86e62e261a131d30f677ad Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Mon, 27 May 2024 22:48:18 -0800 Subject: [PATCH] alt creds --- apps/base/windmill/windmill.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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