diff options
author | IlanaP <ilanap@amdocs.com> | 2020-03-16 14:13:45 +0200 |
---|---|---|
committer | IlanaP <ilanap@amdocs.com> | 2020-03-16 14:13:45 +0200 |
commit | cbed68ba7105743a05232e39207f758d378515c8 (patch) | |
tree | 3b5d872578143068ce26126cf31ccec5f4237265 /kubernetes/sdc/values.yaml | |
parent | b22fc258c15ac525557d4325ca2441314a23d91e (diff) |
Add flag to values for disableHttp
Add a flag that can be used inside the charts and in the AUTO.json file with the http enabled status
Issue-ID: OJSI-102
Signed-off-by: IlanaP <ilanap@amdocs.com>
Signed-off-by: IlanaP <ilanap@amdocs.com>
Change-Id: Ieee2a4b4dea49d7a55eed0811ea29145dd17556a
Diffstat (limited to 'kubernetes/sdc/values.yaml')
-rw-r--r-- | kubernetes/sdc/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/sdc/values.yaml b/kubernetes/sdc/values.yaml index 3d35814f2e..dfbd8c80df 100644 --- a/kubernetes/sdc/values.yaml +++ b/kubernetes/sdc/values.yaml @@ -39,7 +39,8 @@ global: replicaCount: 3 clusterName: cassandra dataCenter: Pod - + security: + disableHttp: true config: logstashServiceName: log-ls logstashPort: 5044 |