Skip to content

Commit

Permalink
[fix]&[unfeature] Hubble UI backend: /healthz doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominique Quatravaux committed May 8, 2024
1 parent 52f7736 commit 9dbdb9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
4 changes: 0 additions & 4 deletions charts/okd-epfl-hubble-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ~
Expand Down

0 comments on commit 9dbdb9b

Please sign in to comment.