Skip to content

Commit

Permalink
fix middleware map
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Oct 22, 2024
1 parent d61d6b2 commit 9beeba0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- kind: Rule
match: Host(`{{ .Values.global.urls.otlpingest.hostname }}`) && PathPrefix(`/opentelemetry.proto.collector.trace.v1.TraceService/Export`)
middlewares:
- {{ .Release.Name }}-cors-allowed
- name: {{ .Release.Name }}-cors-allowed
services:
- kind: Service
name: {{ .Release.Name }}-public-endpoint-otel-collector
Expand Down

0 comments on commit 9beeba0

Please sign in to comment.