From 0613383fe4029c563b51841eb2a82f1ac79f40c1 Mon Sep 17 00:00:00 2001 From: james-otten Date: Thu, 7 Nov 2024 23:49:44 -0500 Subject: [PATCH] probes --- bookstack-helm/values.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/bookstack-helm/values.yaml b/bookstack-helm/values.yaml index d5c19ec..970bb81 100644 --- a/bookstack-helm/values.yaml +++ b/bookstack-helm/values.yaml @@ -40,7 +40,7 @@ bookstack: requests: cpu: 512m memory: 384Mi - enableReadinessProbe: true + enableReadinessProbe: false readinessProbeInitialDelaySeconds: 20 enableLivenessProbe: true livenessProbeInitialDelaySeconds: 20 @@ -90,15 +90,6 @@ service: type: ClusterIP port: 8080 -# livenessProbe: -# httpGet: -# path: / -# port: http -# readinessProbe: -# httpGet: -# path: / -# port: http - # autoscaling: # enabled: false # minReplicas: 1