Skip to content

Commit e4e0d1d

Browse files
committed
feat: rempove ts
1 parent 6e99a1e commit e4e0d1d

File tree

1 file changed

+2
-41
lines changed

1 file changed

+2
-41
lines changed

kubernetes/subterra/apps/apps/teamspeak/app/helmrelease.yaml

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -48,48 +48,9 @@ spec:
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:

0 commit comments

Comments
 (0)