Disable tls
This commit is contained in:
parent
e5b968dc78
commit
6ae2f82e49
@ -7,6 +7,12 @@ spec:
|
|||||||
count: 1
|
count: 1
|
||||||
elasticsearchRef:
|
elasticsearchRef:
|
||||||
name: elasticsearch-{{ .Values.env }}
|
name: elasticsearch-{{ .Values.env }}
|
||||||
|
config:
|
||||||
|
server:
|
||||||
|
basePath: ""
|
||||||
|
rewriteBasePath: false
|
||||||
|
ssl:
|
||||||
|
enabled: false
|
||||||
http:
|
http:
|
||||||
tls:
|
tls:
|
||||||
selfSignedCertificate:
|
selfSignedCertificate:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user