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: windmill:
databaseUrlSecretName: windmill-db databaseUrlSecretName: windmill-db
databaseUrlSecretKey: url databaseUrlSecretKey: url
baseUrl: https://windmill.lunarfront.tech baseDomain: windmill.lunarfront.tech
cookieDomain: lunarfront.tech baseProtocol: https
app: app:
resources: resources:
@@ -39,6 +39,9 @@ windmill:
postgresql: postgresql:
enabled: false enabled: false
pgbouncer:
enabled: true
ingress: ingress:
enabled: true enabled: true
className: nginx className: nginx