Merge "Revert "Make cassandra service mesh compliant""
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 3 Feb 2020 16:50:13 +0000 (16:50 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 3 Feb 2020 16:50:13 +0000 (16:50 +0000)
kubernetes/common/cassandra/templates/statefulset.yaml

index 2f262ca..b737a8f 100644 (file)
@@ -115,14 +115,6 @@ spec:
             value: {{ default "GossipingPropertyFileSnitch" .Values.config.endpoint_snitch | quote }}
           - name: CASSANDRA_AUTHENTICATOR
             value: {{ default "PasswordAuthenticator" .Values.config.authenticator | quote }}
-          {{- if  (include "common.serviceMesh" .) }}
-          - name: CASSANDRA_LISTEN_ADDRESS
-            value: "127.0.0.1"
-          - name: CASSANDRA_BROADCAST_ADDRESS
-            valueFrom:
-              fieldRef:
-                fieldPath: status.podIP
-          {{- end }}
           - name: POD_IP
             valueFrom:
               fieldRef: