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