Removed liveness probe
This commit is contained in:
@@ -129,6 +129,8 @@ spec:
|
|||||||
nextcloudData:
|
nextcloudData:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingClaim: {{ .Values.dataPvc.name }}
|
existingClaim: {{ .Values.dataPvc.name }}
|
||||||
|
livenessProbe:
|
||||||
|
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