diff --git a/nextcloud-syncthing-argocd-apps/templates/nextcloud-main-chart.yaml b/nextcloud-syncthing-argocd-apps/templates/nextcloud-main-chart.yaml index 219b645..27233ac 100644 --- a/nextcloud-syncthing-argocd-apps/templates/nextcloud-main-chart.yaml +++ b/nextcloud-syncthing-argocd-apps/templates/nextcloud-main-chart.yaml @@ -131,6 +131,8 @@ spec: existingClaim: {{ .Values.dataPvc.name }} livenessProbe: enabled: false + readinessProbe: + enabled: false destination: server: {{ .Values.destination.server }} namespace: {{ .Values.destination.namespace }}