Skip to content

Commit

Permalink
Merge pull request #4155 from lsst-sqre/u/ebellm/DM-45694/ingress
Browse files Browse the repository at this point in the history
tasso: adjust ingress
  • Loading branch information
ebellm authored Jan 30, 2025
2 parents d84a931 + 83c2a7e commit 37e773e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/tasso/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Cutout labeling service
| config.databaseUrl | string | `""` | database connection url |
| config.logLevel | string | `"INFO"` | Logging level |
| config.logProfile | string | `"production"` | Logging profile (`production` for JSON, `development` for human-friendly) |
| config.pathPrefix | string | `"/tasso"` | URL path prefix |
| config.pathPrefix | string | `"/tasso-api"` | URL path prefix |
| config.slackAlerts | bool | `false` | Whether to send Slack alerts for unexpected failures |
| global.baseUrl | string | Set by Argo CD | Base URL for the environment |
| global.host | string | Set by Argo CD | Host name for ingress |
Expand Down
2 changes: 1 addition & 1 deletion applications/tasso/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ template:
name: "tasso"
port:
number: 8080
- path: "/webapp"
- path: "/tasso"
pathType: "Prefix"
backend:
service:
Expand Down
2 changes: 1 addition & 1 deletion applications/tasso/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config:
logProfile: "production"

# -- URL path prefix
pathPrefix: "/tasso"
pathPrefix: "/tasso-api"

# -- Whether to send Slack alerts for unexpected failures
slackAlerts: false
Expand Down

0 comments on commit 37e773e

Please sign in to comment.