Skip to content

Commit

Permalink
fix: websocket correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mineme0110 committed Nov 22, 2023
1 parent 896d8a7 commit 52621f7
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions infrastructure/charts/mediator/templates/apisixroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,6 @@ metadata:
spec:
http:
- name: mediator-rule
match:
hosts:
{{- range .Values.ingress.applicationUrls }}
- {{ . }}
{{- end }}
paths:
- /*
backends:
- serviceName: mediator-service
servicePort: 8080
plugins:
- name: proxy-rewrite
enable: true
config:
regex_uri: ["^/(.*)","/$1"]
- name: request-id
enable: true
config:
header_name: "X-Request-ID"
include_in_response: true
{{ template "cors" . }}
- name: mediator-ws-rule
match:
hosts:
{{- range .Values.ingress.applicationUrls }}
Expand Down

0 comments on commit 52621f7

Please sign in to comment.