From ddd555e3f7afe7e4b534e72c995548c362ef4e9b Mon Sep 17 00:00:00 2001 From: Dominique Quatravaux Date: Thu, 25 Apr 2024 22:03:07 +0200 Subject: [PATCH] [fix]&[unfeature] Hubble UI backend: `/healthz` doesn't work See https://github.com/cilium/hubble-ui/issues/853 --- .../templates/hubble/hubble-ui-deployment.yaml | 12 ------------ charts/okd-epfl-hubble-ui/values.yaml | 4 ---- 2 files changed, 16 deletions(-) diff --git a/charts/okd-epfl-hubble-ui/templates/hubble/hubble-ui-deployment.yaml b/charts/okd-epfl-hubble-ui/templates/hubble/hubble-ui-deployment.yaml index 08fb5ca..e009f2f 100644 --- a/charts/okd-epfl-hubble-ui/templates/hubble/hubble-ui-deployment.yaml +++ b/charts/okd-epfl-hubble-ui/templates/hubble/hubble-ui-deployment.yaml @@ -34,18 +34,6 @@ spec: ports: - name: http-api containerPort: 8090 - {{- if .Values.hubbleUI.backend.livenessProbe.enabled }} - livenessProbe: - httpGet: - path: /healthz - port: 8090 - {{- end }} - {{- if .Values.hubbleUI.backend.readinessProbe.enabled }} - readinessProbe: - httpGet: - path: /healthz - port: 8090 - {{- end }} env: - name: FLOWS_API_ADDR value: "{{ .Values.hubbleUI.backend.relayHostPort }}" diff --git a/charts/okd-epfl-hubble-ui/values.yaml b/charts/okd-epfl-hubble-ui/values.yaml index 6663429..6550d76 100644 --- a/charts/okd-epfl-hubble-ui/values.yaml +++ b/charts/okd-epfl-hubble-ui/values.yaml @@ -53,10 +53,6 @@ hubbleUI: # As found in install/kubernetes/cilium/values.yaml in the Cilium source tree: image: quay.io/cilium/hubble-ui-backend:v0.13.0 imagePullPolicy: IfNotPresent - livenessProbe: - enabled: true - readinessProbe: - enabled: true relayHostPort: hubble-relay.cilium-system.svc.cluster.local:80 hubbleAPI: accessList: ~