Update hostname to postgresql
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3a8957b9bc
commit
f0eb7053e3
@ -35,7 +35,7 @@ spec:
|
|||||||
dbname: invidious
|
dbname: invidious
|
||||||
user: invidious
|
user: invidious
|
||||||
password: $(INVIDIOUS_DB_PASSWORD)
|
password: $(INVIDIOUS_DB_PASSWORD)
|
||||||
host: postgresql-system.postgresql.svc.cluster.local
|
host: postgresql.postgresql-system.svc.cluster.local
|
||||||
port: 5432
|
port: 5432
|
||||||
check_tables: true
|
check_tables: true
|
||||||
hmac_key: "$(INVIDIOUS_HMAC_KEY)"
|
hmac_key: "$(INVIDIOUS_HMAC_KEY)"
|
||||||
|
Loading…
Reference in New Issue
Block a user