Skip to content

Commit d43293f

Browse files
authored
Merge pull request #131 from weaviate/duplicate-env-vars
Fix for duplicate CLUSTER_GOSSIP_BIND_PORT and CLUSTER_DATA_BIND_PORT environment variables
2 parents 3974f2a + e3b2b51 commit d43293f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

weaviate/templates/weaviateStatefulset.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,6 @@ spec:
237237
key: AZURE_STORAGE_CONNECTION_STRING
238238
{{- end }}
239239
{{- end }}
240-
- name: CLUSTER_GOSSIP_BIND_PORT
241-
value: "{{ .Values.env.CLUSTER_GOSSIP_BIND_PORT }}"
242-
- name: CLUSTER_DATA_BIND_PORT
243-
value: "{{ .Values.env.CLUSTER_DATA_BIND_PORT }}"
244240
- name: CLUSTER_JOIN
245241
value: {{ .Values.service.name }}-headless.{{ .Release.Namespace }}.svc.cluster.local
246242
ports:

0 commit comments

Comments
 (0)