Hi,
How to Customize kibana image in ECK operator ? Here is my kibana yaml
apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
metadata:
name: elasticsearch
spec:
version: 7.17.14
count: 1
elasticsearchRef:
name: elasticsearch
http:
#service:
# spec:
# type: ClusterIP
# ports:
# - name: https
# port: 5601
# targetPort: 5601
# protocol: TCP
tls:
selfSignedCertificate:
disabled: true