Fix clickhouse service name

This commit is contained in:
Chris Rai
2026-01-31 17:29:21 -05:00
parent 6f0b4a17aa
commit 70b652b992
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ spec:
name: health
env:
- name: CLICKHOUSE_HOST
value: clickhouse.clickhouse.svc.cluster.local
value: clickhouse-cloud-dev.clickhouse.svc.cluster.local
- name: CLICKHOUSE_PORT
value: "9000"
- name: CLICKHOUSE_USER

View File

@@ -28,7 +28,7 @@ spec:
name: health
env:
- name: CLICKHOUSE_HOST
value: clickhouse.clickhouse.svc.cluster.local
value: clickhouse-cloud-dev.clickhouse.svc.cluster.local
- name: CLICKHOUSE_PORT
value: "9000"
- name: CLICKHOUSE_USER