Removed readiness probe

This commit is contained in:
2024-11-12 00:23:42 +00:00
parent 861b2053c1
commit b2cb0216d8

View File

@@ -131,6 +131,8 @@ spec:
existingClaim: {{ .Values.dataPvc.name }} existingClaim: {{ .Values.dataPvc.name }}
livenessProbe: livenessProbe:
enabled: false enabled: false
readinessProbe:
enabled: false
destination: destination:
server: {{ .Values.destination.server }} server: {{ .Values.destination.server }}
namespace: {{ .Values.destination.namespace }} namespace: {{ .Values.destination.namespace }}