Revert "🐛 Prevent hub host-not-found nginx upstream error in front (#1628)" (#1633)

This reverts commit cc3f8c86ff.
This commit is contained in:
Serhii Ponomarenko 2024-10-25 21:31:03 +03:00 committed by GitHub
parent 22766c2983
commit ba9b85bb12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,17 +106,6 @@ spec:
mountPath: /etc/nginx/conf.d/default.conf
subPath: default.conf
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:
- name: nginx-config
configMap: