From 3a8da546fd7ea2d5934e5d7f4a4da0d969b0f5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Mon, 22 Jul 2024 17:11:44 +0200 Subject: [PATCH] fix: Stream provisioning --- provisioning/stream/kubernetes/templates/api/deployment.yaml | 2 +- .../stream/kubernetes/templates/http-source/deployment.yaml | 2 +- .../kubernetes/templates/storage-coordinator/deployment.yaml | 2 +- .../templates/storage-writer-reader/statefulset.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/provisioning/stream/kubernetes/templates/api/deployment.yaml b/provisioning/stream/kubernetes/templates/api/deployment.yaml index b4acf19e94..1d39bbee6c 100644 --- a/provisioning/stream/kubernetes/templates/api/deployment.yaml +++ b/provisioning/stream/kubernetes/templates/api/deployment.yaml @@ -70,7 +70,7 @@ spec: fieldRef: fieldPath: metadata.name - name: STREAM_HOSTNAME - value: "$(STREAM_NODE_ID).stream.svc.cluster.local" + value: "$(STREAM_NODE_ID).stream.pod.cluster.local" - name: STREAM_ETCD_PASSWORD valueFrom: secretKeyRef: diff --git a/provisioning/stream/kubernetes/templates/http-source/deployment.yaml b/provisioning/stream/kubernetes/templates/http-source/deployment.yaml index 4112bc5288..71e6edbf79 100644 --- a/provisioning/stream/kubernetes/templates/http-source/deployment.yaml +++ b/provisioning/stream/kubernetes/templates/http-source/deployment.yaml @@ -70,7 +70,7 @@ spec: fieldRef: fieldPath: metadata.name - name: STREAM_HOSTNAME - value: "$(STREAM_NODE_ID).stream.svc.cluster.local" + value: "$(STREAM_NODE_ID).stream.pod.cluster.local" - name: STREAM_ETCD_PASSWORD valueFrom: secretKeyRef: diff --git a/provisioning/stream/kubernetes/templates/storage-coordinator/deployment.yaml b/provisioning/stream/kubernetes/templates/storage-coordinator/deployment.yaml index e6d7f915ec..6a4aa64068 100644 --- a/provisioning/stream/kubernetes/templates/storage-coordinator/deployment.yaml +++ b/provisioning/stream/kubernetes/templates/storage-coordinator/deployment.yaml @@ -67,7 +67,7 @@ spec: fieldRef: fieldPath: metadata.name - name: STREAM_HOSTNAME - value: "$(STREAM_NODE_ID).stream.svc.cluster.local" + value: "$(STREAM_NODE_ID).stream.pod.cluster.local" - name: STREAM_ETCD_PASSWORD valueFrom: secretKeyRef: diff --git a/provisioning/stream/kubernetes/templates/storage-writer-reader/statefulset.yaml b/provisioning/stream/kubernetes/templates/storage-writer-reader/statefulset.yaml index 26e2684998..6c51588608 100644 --- a/provisioning/stream/kubernetes/templates/storage-writer-reader/statefulset.yaml +++ b/provisioning/stream/kubernetes/templates/storage-writer-reader/statefulset.yaml @@ -93,7 +93,7 @@ spec: fieldRef: fieldPath: metadata.name - name: STREAM_HOSTNAME - value: "$(STREAM_NODE_ID).stream.svc.cluster.local" + value: "$(STREAM_NODE_ID).stream.pod.cluster.local" - name: STREAM_ETCD_PASSWORD valueFrom: secretKeyRef: @@ -147,7 +147,7 @@ spec: fieldRef: fieldPath: metadata.name - name: STREAM_HOSTNAME - value: "$(STREAM_NODE_ID).stream.svc.cluster.local" + value: "$(STREAM_NODE_ID).stream.pod.cluster.local" - name: STREAM_ETCD_PASSWORD valueFrom: secretKeyRef: