diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-02-27 16:03:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-27 16:03:04 +0000 |
commit | 8fb0e1e11ac6dd66ca3b264c5baa96d7b6ad5169 (patch) | |
tree | e75df9dae971bb961f9fc756a3056344fff315b3 /kubernetes/common | |
parent | 145e6dd06359ba9590e78c5943e0cceed0b04001 (diff) | |
parent | f336f6d409074745d49145b00c44ecb78140d03f (diff) |
Merge "Cassandra 3 Upgrade"
Diffstat (limited to 'kubernetes/common')
-rw-r--r-- | kubernetes/common/cassandra/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/common/cassandra/values.yaml b/kubernetes/common/cassandra/values.yaml index dfa0a3e250..090dbcc2a2 100644 --- a/kubernetes/common/cassandra/values.yaml +++ b/kubernetes/common/cassandra/values.yaml @@ -27,7 +27,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: library/cassandra:2.2.14 +image: library/cassandra:3.11.4 pullPolicy: Always # flag to enable debugging - application support required @@ -90,6 +90,7 @@ service: port: 7199 - name: tcp-cql port: 9042 + ## thrift protocol is deprecated . Should be removed. Being left until all project removes it. - name: tcp-thrift port: 9160 - name: tcp-agent |