Skip to content

Commit 24b427a

Browse files
authored
fix: Change tests probe (#79)
1 parent 1805546 commit 24b427a

File tree

1 file changed

+2
-2
lines changed
  • operator/charts/helm/zookeeper-service/templates/integration_tests

1 file changed

+2
-2
lines changed

operator/charts/helm/zookeeper-service/templates/integration_tests/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ spec:
160160
successThreshold: 1
161161
failureThreshold: 5
162162
livenessProbe:
163-
tcpSocket:
164-
port: 8080
163+
exec:
164+
command: ["sh", "-c", "true"]
165165
initialDelaySeconds: 20
166166
timeoutSeconds: 5
167167
periodSeconds: 20

0 commit comments

Comments
 (0)