Skip to content

Commit

Permalink
ui/helm: fix formatting and k8s-app label for ui
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kharitonov <dmitry@isovalent.com>
  • Loading branch information
geakstr committed Sep 15, 2020
1 parent 520d5b4 commit 5e2b658
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Expand Up @@ -5,7 +5,7 @@ metadata:
name: hubble-ui
spec:
selector:
app: hubble-ui
k8s-app: hubble-ui
ports:
- name: http
port: 80
Expand Down
3 changes: 1 addition & 2 deletions install/kubernetes/cilium/charts/hubble-ui/values.yaml
Expand Up @@ -35,8 +35,7 @@ serviceAccount:

ingress:
enabled: false
annotations:
{}
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
path: /
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/experimental-install.yaml
Expand Up @@ -530,7 +530,7 @@ metadata:
name: hubble-ui
spec:
selector:
app: hubble-ui
k8s-app: hubble-ui
ports:
- name: http
port: 80
Expand Down

0 comments on commit 5e2b658

Please sign in to comment.