include port in clickhouse host
This commit is contained in:
parent
94717c8db5
commit
d441ec761f
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue