include port in clickhouse host

This commit is contained in:
Florian Herrengt 2024-01-25 19:18:48 +00:00
parent 94717c8db5
commit d441ec761f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ patches:
value: {name: NATS_URL, value: http://nats.databases}
- op: add
path: /spec/template/spec/containers/0/env/-
value: {name: CLICKHOUSE_HOST, value: http://clickhouse.databases}
value: {name: CLICKHOUSE_HOST, value: http://clickhouse.databases:8123}
- op: add
path: /spec/template/spec/containers/0/env/-
value: {name: POSTGRES_HOST, value: postgres.databases}