Skip to content

Commit 4472bd4

Browse files
committed
fix health check
1 parent 9ea38a2 commit 4472bd4

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

deploy/mcp-for-docs/templates/mcp-for-docs.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,21 @@ spec:
4646
ports:
4747
- containerPort: 1234
4848
startupProbe:
49-
httpGet:
50-
path: /
49+
tcpSocket:
5150
port: 1234
52-
scheme: HTTP
5351
periodSeconds: 5
5452
timeoutSeconds: 3
5553
failureThreshold: 12
5654
livenessProbe:
57-
httpGet:
58-
path: /
55+
tcpSocket:
5956
port: 1234
60-
scheme: HTTP
6157
periodSeconds: 10
6258
timeoutSeconds: 3
6359
failureThreshold: 3
6460
successThreshold: 1
6561
readinessProbe:
66-
httpGet:
67-
path: /
62+
tcpSocket:
6863
port: 1234
69-
scheme: HTTP
7064
periodSeconds: 5
7165
timeoutSeconds: 3
7266
failureThreshold: 3

0 commit comments

Comments
 (0)