Removed readiness probe
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user