Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Sep 27, 2024
1 parent b0ed55d commit 8be37c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ tests:
path: spec.template.spec.containers[0].readinessProbe
value:
tcpSocket:
port: 9095
port: service-port
initialDelaySeconds: 20
periodSeconds: 60
timeoutSeconds: 10
- equal:
path: spec.template.spec.containers[0].livenessProbe
value:
tcpSocket:
port: 9095
port: service-port
initialDelaySeconds: 10
periodSeconds: 20
failureThreshold: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,15 @@ tests:
path: spec.template.spec.containers[0].readinessProbe
value:
tcpSocket:
port: 3978
port: service-port
initialDelaySeconds: 20
periodSeconds: 60
timeoutSeconds: 10
- equal:
path: spec.template.spec.containers[0].livenessProbe
value:
tcpSocket:
port: 3978
port: service-port
initialDelaySeconds: 10
periodSeconds: 20
failureThreshold: 1
Expand Down

0 comments on commit 8be37c3

Please sign in to comment.