Skip to content

Commit

Permalink
probes
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 8, 2024
1 parent c33e385 commit 0613383
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions bookstack-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bookstack:
requests:
cpu: 512m
memory: 384Mi
enableReadinessProbe: true
enableReadinessProbe: false
readinessProbeInitialDelaySeconds: 20
enableLivenessProbe: true
livenessProbeInitialDelaySeconds: 20
Expand Down Expand Up @@ -90,15 +90,6 @@ service:
type: ClusterIP
port: 8080

# livenessProbe:
# httpGet:
# path: /
# port: http
# readinessProbe:
# httpGet:
# path: /
# port: http

# autoscaling:
# enabled: false
# minReplicas: 1
Expand Down

0 comments on commit 0613383

Please sign in to comment.