Skip to content

Commit b518d9e

Browse files
committed
fix: change healthcheck
1 parent 6357d24 commit b518d9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/wiredoor-gateway/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ livenessProbe:
4343
command:
4444
- sh
4545
- -c
46-
- '/usr/bin/wg | grep -q "latest handshake: .* ago"'
46+
- '/usr/bin/wiredoor --health'
4747
initialDelaySeconds: 30
4848
timeoutSeconds: 1
4949
periodSeconds: 5
@@ -52,7 +52,7 @@ readinessProbe:
5252
command:
5353
- sh
5454
- -c
55-
- '/usr/bin/wg | grep -q "latest handshake: .* ago"'
55+
- '/usr/bin/wiredoor --health'
5656
initialDelaySeconds: 30
5757
timeoutSeconds: 1
5858
periodSeconds: 5

0 commit comments

Comments
 (0)