Skip to content

Commit c67541b

Browse files
committed
feat(cloudflare): cleanup
Signed-off-by: Nicolas Lamirault <[email protected]>
1 parent f519cb8 commit c67541b

File tree

1 file changed

+6
-12
lines changed
  • gitops/argocd/charts/kube-system/cilium/templates

1 file changed

+6
-12
lines changed

gitops/argocd/charts/kube-system/cilium/templates/ingress.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff 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 }}
4135
spec:
@@ -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 }}

0 commit comments

Comments
 (0)