mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-14 22:55:43 +00:00
This reverts commit cc3f8c86ff
.
This commit is contained in:
parent
22766c2983
commit
ba9b85bb12
@ -106,17 +106,6 @@ spec:
|
|||||||
mountPath: /etc/nginx/conf.d/default.conf
|
mountPath: /etc/nginx/conf.d/default.conf
|
||||||
subPath: default.conf
|
subPath: default.conf
|
||||||
readOnly: true
|
readOnly: true
|
||||||
initContainers:
|
|
||||||
- name: wait-for-kubeshark-hub
|
|
||||||
image: busybox
|
|
||||||
command:
|
|
||||||
- sh
|
|
||||||
- -c
|
|
||||||
- |
|
|
||||||
until nc -z kubeshark-hub 80; do
|
|
||||||
echo "Waiting for kubeshark-hub to be ready..."
|
|
||||||
sleep 5
|
|
||||||
done
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: nginx-config
|
- name: nginx-config
|
||||||
configMap:
|
configMap:
|
||||||
|
Loading…
Reference in New Issue
Block a user