Update hostname to postgresql
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-10-14 22:34:12 -04:00
parent 3a8957b9bc
commit f0eb7053e3

View File

@ -35,7 +35,7 @@ spec:
dbname: invidious
user: invidious
password: $(INVIDIOUS_DB_PASSWORD)
host: postgresql-system.postgresql.svc.cluster.local
host: postgresql.postgresql-system.svc.cluster.local
port: 5432
check_tables: true
hmac_key: "$(INVIDIOUS_HMAC_KEY)"