diff --git a/charts/templates/deployment-worker.yaml b/charts/templates/deployment-worker.yaml index 1897a2df..cea96d69 100644 --- a/charts/templates/deployment-worker.yaml +++ b/charts/templates/deployment-worker.yaml @@ -68,18 +68,6 @@ spec: - name: http containerPort: 80 protocol: TCP - livenessProbe: - httpGet: - path: / - port: http - initialDelaySeconds: 120 - periodSeconds: 30 - readinessProbe: - httpGet: - path: / - port: http - initialDelaySeconds: 120 - periodSeconds: 30 resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }}