mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-19 02:58:30 +00:00
Switch to bitnami postgres chart.
This commit is contained in:
parent
768da79b2f
commit
f93dbe3f69
@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://charts.helm.sh/stable/
|
repository: https://charts.bitnami.com/bitnami/
|
||||||
version: 8.3.4
|
version: 11.1.3
|
||||||
digest: sha256:c6c9652ec333d0202cfa9c720dc58a41f8e9eea86c241de0a296d81adc4f111a
|
digest: sha256:79061645472b6fb342d45e8e5b3aacd018ef5067193e46a060bccdc99fe7f6e1
|
||||||
generated: "2022-03-01T21:42:07.835046674+13:00"
|
generated: "2022-03-02T05:57:20.081432389+13:00"
|
||||||
|
@ -17,6 +17,6 @@ maintainers:
|
|||||||
email: mail@leonklingele.de
|
email: mail@leonklingele.de
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: ~8.3.0
|
version: ~11.1.3
|
||||||
repository: "https://charts.helm.sh/stable/"
|
repository: "https://charts.bitnami.com/bitnami/"
|
||||||
engine: gotpl
|
engine: gotpl
|
||||||
|
@ -14,7 +14,7 @@ autoscaling:
|
|||||||
targetCPUUtilizationPercentage: 50
|
targetCPUUtilizationPercentage: 50
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: clusterIP
|
type: ClusterIP
|
||||||
port: 3000
|
port: 3000
|
||||||
#loadBalancerIP:
|
#loadBalancerIP:
|
||||||
|
|
||||||
@ -34,12 +34,17 @@ securityContext:
|
|||||||
|
|
||||||
# See https://github.com/helm/charts/tree/master/stable/postgresql
|
# See https://github.com/helm/charts/tree/master/stable/postgresql
|
||||||
postgresql:
|
postgresql:
|
||||||
postgresqlUsername: kemal
|
image:
|
||||||
postgresqlPassword: kemal
|
registry: quay.io
|
||||||
postgresqlDatabase: invidious
|
auth:
|
||||||
initdbUsername: kemal
|
username: kemal
|
||||||
initdbPassword: kemal
|
password: kemal
|
||||||
initdbScriptsConfigMap: invidious-postgresql-init
|
database: invidious
|
||||||
|
primary:
|
||||||
|
initdb:
|
||||||
|
username: kemal
|
||||||
|
password: kemal
|
||||||
|
scriptsConfigMap: invidious-postgresql-init
|
||||||
|
|
||||||
# Adapted from ../config/config.yml
|
# Adapted from ../config/config.yml
|
||||||
config:
|
config:
|
||||||
|
Loading…
Reference in New Issue
Block a user