Skip to content

Commit e9dd084

Browse files
author
Kilbane
committed
apps/webspaces/lxd8s: Disable probes
1 parent d39e9ab commit e9dd084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webspaces/lxd8s/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
hosts: ['*']
2929

3030
# Disable probes to allow all nodes to start without passing health checks (e.g. for clustered database upgrades)
31-
enableProbes: true
31+
enableProbes: false
3232
startupProbe:
3333
initialDelaySeconds: 5
3434
timeoutSeconds: 5

0 commit comments

Comments
 (0)