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 committed Jun 15, 2020
1 parent 17b597d commit 41c5a0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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
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
Expand Up @@ -802,7 +802,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 41c5a0a

Please sign in to comment.