Disable tls

This commit is contained in:
dvirlabs 2025-05-22 15:24:38 +03:00
parent 9d69735240
commit e5b968dc78

View File

@ -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