Gitea-HelmChart/templates/gitea
mmuenster c168d47181 Prevent custom HOST name from being overwritten in mysql, postgresql, cache (#23)
Adding same changes to cache

Deleted useDefaultHost value

no longer needed

Eliminated need for useDefaultHost value

Using whether gitea.config.database.HOST exists instead in the values file. If true, don't overwrite. If false, use "mysql/postgresql.dns"

Updated db host logic

Config map uses "postgresql/mysql.dns" when useDefaultHost is true, and the value from gitea.config.database.HOST when useDefaultHost is false.

Added useDefaultHost to built in database values.

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/23
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
2020-09-18 03:21:29 +00:00
..
config.yaml Prevent custom HOST name from being overwritten in mysql, postgresql, cache (#23) 2020-09-18 03:21:29 +00:00
http-svc.yaml Integrate NOVUM-RGI chart into the official helm chart. (#7) 2020-08-23 17:56:55 +00:00
ingress.yaml Integrate NOVUM-RGI chart into the official helm chart. (#7) 2020-08-23 17:56:55 +00:00
ssh-svc.yaml Let service.ssh.externalIPs and service.ssh.externalTrafficPolicy be configurable (#15) 2020-09-02 12:09:24 +00:00
statefulset.yaml allow for additional container environment variables (#16) 2020-09-10 10:15:34 +00:00