Skip to content

Commit

Permalink
Update sql-runner.yaml (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Oct 20, 2024
1 parent 7b4116d commit cc598b0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tembo-stacks/src/apps/sql-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,6 @@ appServices:
routing:
- port: 3000
ingressPath: "/sql/v1"
middlewares:
- strip-auth-header
- strip-path-prefix
- replacePathRegex
middlewares:
- !customRequestHeaders
name: strip-auth-header
config:
Authorization: ""
- !stripPrefix
name: strip-path-prefix
config:
- /sql/v1
- !replacePathRegex
name: map-sql
config:
regex: ^\/sql\/?
replacement: /sql/v1
env:
- name: CONNECTION_STRING
valueFromPlatform: ReadWriteConnection

0 comments on commit cc598b0

Please sign in to comment.