Skip to content

Commit

Permalink
Fix traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
plejik committed Jan 17, 2025
1 parent 366465b commit 7e465e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions contrib/charts/prowler-ui/templates/Middleware.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions contrib/charts/prowler-ui/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ metadata:
name: {{ include "prowler-ui.fullname" . }}
labels:
{{- include "prowler-ui.labels" . | nindent 4 }}
annotations:
traefik.ingress.kubernetes.io/router.middlewares: {{ .Release.Namespace }}-{{ include "prowler-ui.fullname" . }}@kubernetescrd
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
Expand Down

0 comments on commit 7e465e3

Please sign in to comment.