Skip to content

Commit

Permalink
Update ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
etaques authored Feb 1, 2024
1 parent c0acb19 commit 940fd73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/orb/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ spec:
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
{{- if .Values.ingress.annotationsTraefik }}
annotations:
traefik.ingress.kubernetes.io/router.middlewares: orb-stripprefix@kubernetescrd
{{- if .Values.ingress.annotationsTraefik }}
{{ toYaml .Values.ingress.annotationsTraefik | indent 4 }}
{{- end }}
name: {{ .Release.Name }}-traefik-api-ingress
Expand Down Expand Up @@ -226,9 +226,9 @@ spec:
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
{{- if .Values.ingress.annotationsTraefik }}
annotations:
traefik.ingress.kubernetes.io/router.middlewares: orb-stripprefix@kubernetescrd
{{- if .Values.ingress.annotationsTraefik }}
{{ toYaml .Values.ingress.annotationsTraefik | indent 4 }}
{{- end }}
name: {{ .Release.Name }}-traefik-feature-ingress
Expand Down

0 comments on commit 940fd73

Please sign in to comment.