Skip to content

Commit

Permalink
move readiness to service level, loose the ports
Browse files Browse the repository at this point in the history
  • Loading branch information
JorritSalverda committed Nov 15, 2019
1 parent 8927cf2 commit 2541b6b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .estafette.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,9 @@ stages:
services:
- name: kubernetes
image: bsycorp/kind:latest-1.12
ports:
- port: 8443
- port: 10080
readiness:
path: /kubernetes-ready
timeoutSeconds: 180
readiness:
path: /kubernetes-ready
port: 10080
image: extensions/helm:dev
action: test
values: |-
Expand Down

0 comments on commit 2541b6b

Please sign in to comment.