We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d3296a + be0feb5 commit 38948f6Copy full SHA for 38948f6
1 file changed
theia-shared-cache/templates/statefulset.yaml
@@ -36,24 +36,16 @@ spec:
36
resources:
37
{{ toYaml .Values.resources | nindent 12 }}
38
livenessProbe:
39
- httpGet:
40
- path: /cache-node-info/health
41
- port: {{ if .Values.tls.enabled }}https{{ else }}http{{ end }}
42
- {{- if .Values.tls.enabled }}
43
- scheme: HTTPS
44
- {{- end }}
+ tcpSocket:
+ port: 5071
45
initialDelaySeconds: 60
46
periodSeconds: 10
47
timeoutSeconds: 5
48
failureThreshold: 3
49
50
readinessProbe:
51
52
53
54
55
56
57
initialDelaySeconds: 30
58
periodSeconds: 5
59
timeoutSeconds: 3
0 commit comments