We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea38a2 commit 4472bd4Copy full SHA for 4472bd4
1 file changed
deploy/mcp-for-docs/templates/mcp-for-docs.yaml
@@ -46,27 +46,21 @@ spec:
46
ports:
47
- containerPort: 1234
48
startupProbe:
49
- httpGet:
50
- path: /
+ tcpSocket:
51
port: 1234
52
- scheme: HTTP
53
periodSeconds: 5
54
timeoutSeconds: 3
55
failureThreshold: 12
56
livenessProbe:
57
58
59
60
61
periodSeconds: 10
62
63
failureThreshold: 3
64
successThreshold: 1
65
readinessProbe:
66
67
68
69
70
71
72
0 commit comments