Commit Graph

5 Commits (3d3f3c67859f6c5dd5ce26dfd9c4518b9a43606c)

Author SHA1 Message Date
Brian Stinson 3d3f3c6785 fix: Allow specifying an external dburl in helm
Some helm users might want to turn off the built-in postgres
installation, but the deployment template statically refers to a secret
created by the postgresql chart.

If postgres.enabled is set to false, we should ask for a dburl parameter
for an external postgres and use that in the environment instead.

The behavior if postgres.enabled == true remains unchanged.

Signed-off-by: Brian Stinson <brian@bstinson.com>
2 years ago
Yu Inoue fdef87e3b9
fix: Add support for OIDC configuration thru Helm (#550)
Closes #548
2 years ago
Yu Inoue 11fc3b4485
fix: Separate service port and container port in Helm (#549) 2 years ago
RocketProto 7d28abc7e6
fix: Decouple BASE_URL from Ingress host (#498)
Closes #496
2 years ago
Christopher Greaves 932d8225ed
feat: Add official Helm Chart (#442)
Closes #192
3 years ago