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 e1e15fd..14d4574 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 @@ -33,18 +33,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: ~