diff --git a/charts/temporal/templates/web-deployment.yaml b/charts/temporal/templates/web-deployment.yaml index f638fd6a..b6d7f9fc 100644 --- a/charts/temporal/templates/web-deployment.yaml +++ b/charts/temporal/templates/web-deployment.yaml @@ -41,6 +41,10 @@ spec: - secretRef: name: {{ .Values.web.additionalEnvSecretName }} {{- end }} + livenessProbe: + initialDelaySeconds: 10 + tcpSocket: + port: http ports: - name: http containerPort: 8080