Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions kube/aks/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
- name: wait-for-mongo
image: busybox
command: ["sh", "-c", "until nc -z mongo.kernelci-api.svc.cluster.local 27017; do echo waiting for mongo; sleep 2; done"]
- name: wait-for-redis
image: busybox
command: ["sh", "-c", "until nc -z redis.kernelci-api.svc.cluster.local 6379; do echo waiting for redis; sleep 2; done"]
containers:
- name: api
image: kernelci/kernelci:api
Expand Down
Loading