Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix v1 prefix typo in sqlrunner app #1019

Merged
merged 2 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tembo-stacks"
description = "Tembo Stacks for Postgres"
version = "0.18.0"
version = "0.18.1"
authors = ["tembo.io"]
edition = "2021"
license = "Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions tembo-stacks/src/apps/sql-runner.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: !sqlrunner
appServices:
- image: quay.io/tembo/sql-runner:6778cb5
- image: quay.io/tembo/sql-runner:3bc8bbc
name: sqlrunner
resources:
requests:
Expand All @@ -11,7 +11,7 @@ appServices:
memory: 100Mi
routing:
- port: 3000
ingressPath: "/v1/sql"
ingressPath: "/sql/v1"
middlewares:
- strip-auth-header
- strip-path-prefix
Expand All @@ -24,12 +24,12 @@ appServices:
- !stripPrefix
name: strip-path-prefix
config:
- /v1/sql
- /sql/v1
- !replacePathRegex
name: map-sql
config:
regex: ^\/sql\/?
replacement: /v1/sql
replacement: /sql/v1
env:
- name: CONNECTION_STRING
valueFromPlatform: ReadWriteConnection