Skip to content

Commit

Permalink
add CORS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dseveria committed Dec 28, 2022
1 parent 995ca38 commit 969c56b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion blue-green/dstrategies-back-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ data:
quarkus.jaeger.sampler-param: '1'
quarkus.jaeger.sampler-type: const
quarkus.jaeger.service-name: dstrategies-back
quarkus.log.level: DEBUG
quarkus.log.level: DEBUG
quarkus.http.cors: 'true'
3 changes: 2 additions & 1 deletion canary/dstrategies-back-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ data:
quarkus.jaeger.sampler-param: '1'
quarkus.jaeger.sampler-type: const
quarkus.jaeger.service-name: dstrategies-back
quarkus.log.level: DEBUG
quarkus.log.level: DEBUG
quarkus.http.cors: 'true'
1 change: 1 addition & 0 deletions examples/blue-green/dstrategies-back-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ data:
quarkus.jaeger.sampler-type: const
quarkus.jaeger.service-name: dstrategies-back
quarkus.log.level: DEBUG
quarkus.http.cors: 'true'
3 changes: 2 additions & 1 deletion examples/canary/dstrategies-back-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ data:
quarkus.jaeger.sampler-param: '1'
quarkus.jaeger.sampler-type: const
quarkus.jaeger.service-name: dstrategies-back
quarkus.log.level: DEBUG
quarkus.log.level: DEBUG
quarkus.http.cors: 'true'

0 comments on commit 969c56b

Please sign in to comment.