diff --git a/charts/seq-input-gelf/templates/deployment.yaml b/charts/seq-input-gelf/templates/deployment.yaml index 9c38929..b8673d3 100644 --- a/charts/seq-input-gelf/templates/deployment.yaml +++ b/charts/seq-input-gelf/templates/deployment.yaml @@ -42,15 +42,16 @@ spec: - name: gelf containerPort: {{ .Values.service.port }} protocol: {{ .Values.service.protocol }} - # TODO: docker image does not yet support liveness and readiness probes - # livenessProbe: - # httpGet: - # path: / - # port: http - # readinessProbe: - # httpGet: - # path: / - # port: http + readinessProbe: + tcpSocket: + port: gelf + initialDelaySeconds: 5 + periodSeconds: 10 + livenessProbe: + tcpSocket: + port: gelf + initialDelaySeconds: 15 + periodSeconds: 20 resources: {{- toYaml .Values.resources | nindent 12 }} env: