File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
gitops/argocd/charts/kube-system/cilium/templates Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,11 @@ metadata:
2525 {{- toYaml . | nindent 4 -}}
2626 {{- end }}
2727 labels :
28- app : cilium-hubble-ui
29- helm.sh/chart : {{ include "cilium.chart" $ }}
30- app.kubernetes.io/instance : {{ $.Release.Name }}
31- app.kubernetes.io/version : {{ $.Chart.AppVersion | quote }}
32- app.kubernetes.io/managed-by : {{ $.Release.Service }}
33- app.kubernetes.io/part-of : cilium
34- app.kubernetes.io/name : cilium-hubble-ui-external
35- portefaix.xyz/version : v0.54.0
28+ app : cilium
3629 {{- with $ingress.labels }}
37- {{- toYaml $ | nindent 4 -}}
30+ {{- toYaml . | nindent 4 -}}
3831 {{- end }}
32+ portefaix.xyz/version : v0.54.0
3933 name : {{ $ingress.name }}
4034 namespace : {{ $.Release.Namespace }}
4135spec :
@@ -44,12 +38,12 @@ spec:
4438 - host : {{ $ingress.host }}
4539 http :
4640 paths :
47- - backend :
41+ - path : /
42+ pathType : Prefix
43+ backend :
4844 service :
4945 name : hubble-ui
5046 port :
5147 name : http
52- path : /
53- pathType : Prefix
5448{{ end }}
5549{{- end }}
You can’t perform that action at this time.
0 commit comments