Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm: Clean up the hubble-relay DNS name in the UI chart #12033

Merged
merged 1 commit into from Jun 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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