From 2740f2cbfbc73093588bdac2731c9c9879e33635 Mon Sep 17 00:00:00 2001 From: Victor Roest Date: Fri, 29 Oct 2021 23:09:20 +0200 Subject: [PATCH] zookeeper: fix service name --- cluster/apps/presidential-paradise/zookeeper/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/presidential-paradise/zookeeper/deployment.yaml b/cluster/apps/presidential-paradise/zookeeper/deployment.yaml index 4018806..43a4f2b 100644 --- a/cluster/apps/presidential-paradise/zookeeper/deployment.yaml +++ b/cluster/apps/presidential-paradise/zookeeper/deployment.yaml @@ -37,7 +37,7 @@ spec: fieldRef: fieldPath: status.podIP - name: SERVICE_NAME - value: zookeeper-private.default.svc.cluster.local + value: zookeeper-private.presidential-paradise.svc.cluster.local resources: {} securityContext: privileged: false