diff --git a/kibana/templates/deployment.yaml b/kibana/templates/deployment.yaml index 14a50e9f2..385fa99b4 100644 --- a/kibana/templates/deployment.yaml +++ b/kibana/templates/deployment.yaml @@ -71,11 +71,16 @@ spec: ports: - name: http containerPort: {{ tuple "kibana" "internal" "http" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }} + livenessProbe: + tcpSocket: + port: {{ tuple "kibana" "internal" "http" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }} + initialDelaySeconds: 180 + periodSeconds: 60 readinessProbe: tcpSocket: port: {{ tuple "kibana" "internal" "http" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }} initialDelaySeconds: 20 - periodSeconds: 10 + periodSeconds: 30 env: - name: ELASTICSEARCH_USERNAME valueFrom: