Point sahrd to correct port for core

This commit is contained in:
James Wilson
2021-08-02 14:16:20 +01:00
committed by GitHub
parent 55537af6f5
commit 4b00ac79bb
+1 -1
View File
@@ -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 }}