[Git][root/k8s/fluxcd][main] feat(nextcloud): generous startupProbe

MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD Commits: f92c799d by marcusvrp at 2025-08-08T02:54:19-03:00 feat(nextcloud): generous startupProbe - - - - - 1 changed file: - apps/base/nextcloud/helmrelease.yaml Changes: ===================================== apps/base/nextcloud/helmrelease.yaml ===================================== @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta1 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: nextcloud @@ -27,6 +27,9 @@ spec: enabled: true existingClaim: nextcloud-www-html nextcloud: + startupProbe: + enabled: true + failureThreshold: 60 host: nextcloud.c3sl.ufpr.br existingSecret: enabled: true View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/f92c799d376b711fcb2ac05... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/f92c799d376b711fcb2ac05... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
MarcusVRP (@mvreisdoefer)