Compare commits

...

2 Commits

Author SHA1 Message Date
Ryan Moon
ed98974c91 fix: enable PgBouncer to manage Postgres connection pool 2026-04-02 22:00:58 -05:00
Ryan Moon
ba667b9edd fix: use baseDomain/baseProtocol instead of baseUrl for Windmill ingress 2026-04-02 22:00:10 -05:00

View File

@@ -1,8 +1,8 @@
windmill:
databaseUrlSecretName: windmill-db
databaseUrlSecretKey: url
baseUrl: https://windmill.lunarfront.tech
cookieDomain: lunarfront.tech
baseDomain: windmill.lunarfront.tech
baseProtocol: https
app:
resources:
@@ -39,6 +39,9 @@ windmill:
postgresql:
enabled: false
pgbouncer:
enabled: true
ingress:
enabled: true
className: nginx