Skip to content

Commit

Permalink
Merge pull request #2355 from lsst-sqre/tickets/DM-40206
Browse files Browse the repository at this point in the history
Redirect IDF ssotap to USDF; update sdm_schemas for new DP0.3
  • Loading branch information
fritzm authored Jul 26, 2023
2 parents 9bf49d9 + dc1590b commit 781eaa9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion applications/ssotap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ IVOA TAP service
| tapSchema.affinity | object | `{}` | Affinity rules for the mock QServ pod |
| tapSchema.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the TAP schema image |
| tapSchema.image.repository | string | `"lsstsqre/tap-schema-mock"` | TAP schema image to ue. This must be overridden by each environment with the TAP schema for that environment. |
| tapSchema.image.tag | string | `"2.0.2"` | Tag of TAP schema image |
| tapSchema.image.tag | string | `"2.1"` | Tag of TAP schema image |
| tapSchema.nodeSelector | object | `{}` | Node selection rules for the mock QServ pod |
| tapSchema.podAnnotations | object | `{}` | Annotations for the mock QServ pod |
| tapSchema.resources | object | `{}` | Resource limits and requests for the TAP schema database pod |
Expand Down
3 changes: 1 addition & 2 deletions applications/ssotap/values-idfdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ pg:
enabled: false
database: "dp03_catalogs"
# Redirect to interim cloud Postgres during USDF outage 6/25/23-7/4/23
# host: "usdf-pg-catalogs.slac.stanford.edu:5432"
host: 104.197.78.194:5432
host: "usdf-pg-catalogs.slac.stanford.edu:5432"
username: "dp03"
3 changes: 1 addition & 2 deletions applications/ssotap/values-idfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ pg:
enabled: false
database: "dp03_catalogs"
# Redirect to interim cloud Postgres during USDF outage 6/25/23-7/4/23
# host: "usdf-pg-catalogs.slac.stanford.edu:5432"
host: 104.197.78.194:5432
host: "usdf-pg-catalogs.slac.stanford.edu:5432"
username: "dp03"
3 changes: 1 addition & 2 deletions applications/ssotap/values-idfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ pg:
enabled: false
database: "dp03_catalogs"
# Redirect to interim cloud Postgres during USDF outage 6/25/23-7/4/23
# host: "usdf-pg-catalogs.slac.stanford.edu:5432"
host: 104.197.78.194:5432
host: "usdf-pg-catalogs.slac.stanford.edu:5432"
username: "dp03"

uws:
Expand Down
2 changes: 1 addition & 1 deletion applications/ssotap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ tapSchema:
pullPolicy: "IfNotPresent"

# -- Tag of TAP schema image
tag: "2.0.2"
tag: "2.1"

# -- Resource limits and requests for the TAP schema database pod
resources: {}
Expand Down

0 comments on commit 781eaa9

Please sign in to comment.