sandbox connected and streaming
This commit is contained in:
@@ -43,6 +43,9 @@ spec:
|
||||
- name: wait-for-qdrant
|
||||
image: busybox:1.36
|
||||
command: ['sh', '-c', 'until nc -z qdrant 6333; do echo waiting for qdrant; sleep 2; done;']
|
||||
- name: wait-for-iceberg-catalog
|
||||
image: busybox:1.36
|
||||
command: ['sh', '-c', 'until nc -z iceberg-catalog 8181; do echo waiting for iceberg-catalog; sleep 2; done;']
|
||||
|
||||
volumes:
|
||||
- name: config
|
||||
|
||||
Reference in New Issue
Block a user