Skip to content

Commit b54ba9b

Browse files
authored
Merge pull request #41 from wunderio/feature/tcp-liveness-probe
Replace the drush liveness probe with a simple check of the tcp socket.
2 parents 2a21cb3 + 38bf4ed commit b54ba9b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

chart/templates/drupal-deployment.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ spec:
2424
- name: drupal
2525
{{ include "drupal.php-container" . | indent 8}}
2626
livenessProbe:
27-
exec:
28-
command:
29-
- /bin/sh
30-
- -c
31-
- drush status
27+
tcpSocket:
28+
port: 9000
3229
readinessProbe:
3330
exec:
3431
command:

0 commit comments

Comments
 (0)