Switch to bitnami postgres chart.

This commit is contained in:
James Blair 2022-03-02 05:58:09 +13:00
parent 768da79b2f
commit f93dbe3f69
3 changed files with 18 additions and 13 deletions

View File

@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.helm.sh/stable/
version: 8.3.4
digest: sha256:c6c9652ec333d0202cfa9c720dc58a41f8e9eea86c241de0a296d81adc4f111a
generated: "2022-03-01T21:42:07.835046674+13:00"
repository: https://charts.bitnami.com/bitnami/
version: 11.1.3
digest: sha256:79061645472b6fb342d45e8e5b3aacd018ef5067193e46a060bccdc99fe7f6e1
generated: "2022-03-02T05:57:20.081432389+13:00"

View File

@ -17,6 +17,6 @@ maintainers:
email: mail@leonklingele.de
dependencies:
- name: postgresql
version: ~8.3.0
repository: "https://charts.helm.sh/stable/"
version: ~11.1.3
repository: "https://charts.bitnami.com/bitnami/"
engine: gotpl

View File

@ -14,7 +14,7 @@ autoscaling:
targetCPUUtilizationPercentage: 50
service:
type: clusterIP
type: ClusterIP
port: 3000
#loadBalancerIP:
@ -34,12 +34,17 @@ securityContext:
# See https://github.com/helm/charts/tree/master/stable/postgresql
postgresql:
postgresqlUsername: kemal
postgresqlPassword: kemal
postgresqlDatabase: invidious
initdbUsername: kemal
initdbPassword: kemal
initdbScriptsConfigMap: invidious-postgresql-init
image:
registry: quay.io
auth:
username: kemal
password: kemal
database: invidious
primary:
initdb:
username: kemal
password: kemal
scriptsConfigMap: invidious-postgresql-init
# Adapted from ../config/config.yml
config: