File tree Expand file tree Collapse file tree 1 file changed +2
-41
lines changed
kubernetes/subterra/apps/apps/teamspeak/app Expand file tree Collapse file tree 1 file changed +2
-41
lines changed Original file line number Diff line number Diff line change 4848 protocol : UDP
4949 probes :
5050 liveness :
51- enabled : true
52- custom : true
53- spec :
54- exec :
55- command :
56- - sh
57- - -o
58- - pipefail
59- - -c
60- - echo quit | nc 127.0.0.1 10011 | grep -q TS3
61- periodSeconds : 10
62- timeoutSeconds : 1
63- failureThreshold : 3
51+ enabled : false
6452 readiness :
65- enabled : true
66- custom : true
67- spec :
68- exec :
69- command :
70- - sh
71- - -o
72- - pipefail
73- - -c
74- - echo quit | nc 127.0.0.1 10011 | grep -q TS3
75- periodSeconds : 10
76- timeoutSeconds : 1
77- failureThreshold : 3
78- startup :
79- enabled : true
80- custom : true
81- spec :
82- exec :
83- command :
84- - sh
85- - -o
86- - pipefail
87- - -c
88- - echo quit | nc 127.0.0.1 10011 | grep -q TS3
89- initialDelaySeconds : 10
90- periodSeconds : 10
91- timeoutSeconds : 1
92- failureThreshold : 3
53+ enabled : false
9354 exporter :
9455 enabled : false
9556 image :
You can’t perform that action at this time.
0 commit comments