Removed liveness probe

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

View File

@@ -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 }}