From 4b00ac79bb8d7acc82f6d5dd6fb9f73be6bd502e Mon Sep 17 00:00:00 2001 From: James Wilson Date: Mon, 2 Aug 2021 14:16:20 +0100 Subject: [PATCH] Point sahrd to correct port for core --- helm/templates/shard-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/shard-deployment.yaml b/helm/templates/shard-deployment.yaml index 0b73dba..4ed4333 100644 --- a/helm/templates/shard-deployment.yaml +++ b/helm/templates/shard-deployment.yaml @@ -41,7 +41,7 @@ spec: - "--listen" - "0.0.0.0:{{ .Values.service.shard.targetPort }}" - "--core" - - "http://telemetry-core:{{ .Values.service.core.targetPort }}/shard_submit" + - "http://telemetry-core:{{ .Values.service.core.port }}/shard_submit" ports: - name: http containerPort: {{ .Values.service.shard.targetPort }}