Disable tls
This commit is contained in:
parent
9d69735240
commit
e5b968dc78
@ -8,6 +8,9 @@ spec:
|
|||||||
elasticsearchRef:
|
elasticsearchRef:
|
||||||
name: elasticsearch-{{ .Values.env }}
|
name: elasticsearch-{{ .Values.env }}
|
||||||
http:
|
http:
|
||||||
|
tls:
|
||||||
|
selfSignedCertificate:
|
||||||
|
disabled: true
|
||||||
service:
|
service:
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user