diff --git a/deploy/hubble/manifests/controller/helm/retina/templates/hubble-ui/deployment.yaml b/deploy/hubble/manifests/controller/helm/retina/templates/hubble-ui/deployment.yaml index a3b22206c8..c3de35e288 100644 --- a/deploy/hubble/manifests/controller/helm/retina/templates/hubble-ui/deployment.yaml +++ b/deploy/hubble/manifests/controller/helm/retina/templates/hubble-ui/deployment.yaml @@ -118,18 +118,6 @@ spec: {{- with .Values.hubble.ui.backend.extraEnv }} {{- toYaml . | trim | nindent 8 }} {{- end }} - {{- if .Values.hubble.ui.backend.livenessProbe.enabled }} - livenessProbe: - httpGet: - path: /healthz - port: 8090 - {{- end }} - {{- if .Values.hubble.ui.backend.readinessProbe.enabled }} - readinessProbe: - httpGet: - path: /healthz - port: 8090 - {{- end }} ports: - name: grpc containerPort: 8090 diff --git a/deploy/hubble/manifests/controller/helm/retina/values.yaml b/deploy/hubble/manifests/controller/helm/retina/values.yaml index f8bccc1c71..25e368d0fc 100644 --- a/deploy/hubble/manifests/controller/helm/retina/values.yaml +++ b/deploy/hubble/manifests/controller/helm/retina/values.yaml @@ -706,14 +706,6 @@ hubble: # -- Additional hubble-ui backend volumeMounts. extraVolumeMounts: [] - livenessProbe: - # -- Enable liveness probe for Hubble-ui backend (requires Hubble-ui 0.12+) - enabled: false - - readinessProbe: - # -- Enable readiness probe for Hubble-ui backend (requires Hubble-ui 0.12+) - enabled: false - # -- Resource requests and limits for the 'backend' container of the 'hubble-ui' deployment. resources: {} # limits: