Skip to content

Commit

Permalink
helm: Clean up the hubble-relay DNS name in the UI chart
Browse files Browse the repository at this point in the history
Specifying the service name by itself as the DNS is sufficient since
hubble-relay and hubble-ui get deployed to the same namespace.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
  • Loading branch information
michi-covalent authored and aanm committed Jun 18, 2020
1 parent 965bb60 commit d28767b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: HUBBLE
value: "true"
- name: HUBBLE_SERVICE
value: "hubble-relay.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}"
value: "hubble-relay"
- name: HUBBLE_PORT
value: "80"
ports:
Expand Down
1 change: 0 additions & 1 deletion install/kubernetes/cilium/charts/hubble-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ image:
tag: v0.6.0
# pullPolicy is the container image pull policy
pullPolicy: IfNotPresent
clusterDomain: cluster.local
replicas: 1
# Resource requests and limits for the 'hubble-ui' container of the 'hubble-ui' deployment, such as
#
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/experimental-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ spec:
- name: HUBBLE
value: "true"
- name: HUBBLE_SERVICE
value: "hubble-relay.kube-system.svc.cluster.local"
value: "hubble-relay"
- name: HUBBLE_PORT
value: "80"
ports:
Expand Down

0 comments on commit d28767b

Please sign in to comment.