Fix deprecated helm chart dependency (#2944)

This commit is contained in:
James Blair
2022-03-04 04:09:13 +13:00
committed by GitHub
parent 081fd541af
commit bdfe317e20
3 changed files with 20 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ autoscaling:
targetCPUUtilizationPercentage: 50
service:
type: clusterIP
type: ClusterIP
port: 3000
#loadBalancerIP:
@@ -32,14 +32,19 @@ securityContext:
runAsGroup: 1000
fsGroup: 1000
# See https://github.com/helm/charts/tree/master/stable/postgresql
# See https://github.com/bitnami/charts/tree/master/bitnami/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: