From ba9b85bb125423d137fc495a20d5658dcd25fc38 Mon Sep 17 00:00:00 2001 From: Serhii Ponomarenko <116438358+tiptophelmet@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:31:03 +0300 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=90=9B=20Prevent=20`hub`=20host?= =?UTF-8?q?-not-found=20nginx=20upstream=20error=20in=20`front`=20(#1628)"?= =?UTF-8?q?=20(#1633)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit cc3f8c86ffe132b211d17a3f5bfcaab79118c1da. --- helm-chart/templates/06-front-deployment.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/helm-chart/templates/06-front-deployment.yaml b/helm-chart/templates/06-front-deployment.yaml index c256fd841..25b061d79 100644 --- a/helm-chart/templates/06-front-deployment.yaml +++ b/helm-chart/templates/06-front-deployment.yaml @@ -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: