We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df1fbd commit c376e5cCopy full SHA for c376e5c
kube/aks/api.yaml
@@ -23,6 +23,9 @@ spec:
23
- name: wait-for-mongo
24
image: busybox
25
command: ["sh", "-c", "until nc -z mongo.kernelci-api.svc.cluster.local 27017; do echo waiting for mongo; sleep 2; done"]
26
+ - name: wait-for-redis
27
+ image: busybox
28
+ command: ["sh", "-c", "until nc -z redis.kernelci-api.svc.cluster.local 6379; do echo waiting for redis; sleep 2; done"]
29
containers:
30
- name: api
31
image: kernelci/kernelci:api
0 commit comments