Skip to content

Commit

Permalink
Test production_tools image endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctslater committed Nov 6, 2024
1 parent 081cb8a commit 8819e62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions applications/plot-navigator/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ template:
name: "production-tools"
port:
number: 8080
- path: "/plot-navigator/images"
pathType: "Prefix"
backend:
service:
name: "production-tools"
port:
number: 8080
5 changes: 3 additions & 2 deletions applications/plot-navigator/values-usdfdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ config:
productionTools:
image:
repository: ghcr.io/lsst-dm/production_tools
tag: 0.1
tag: SP-1711
env:
DAF_BUTLER_REPOSITORY_INDEX: "/sdf/group/rubin/shared/data-repos.yaml"
PGPASSFILE: "/opt/lsst/butler/secrets/postgres-credentials.txt"
Expand All @@ -38,6 +38,7 @@ productionTools:
LSST_DISABLE_BUCKET_VALIDATION: "1"
REDIS_HOST: "plot-navigator-redis"
REDIS_PORT: "6379"
BUTLER_REPO_NAMES: "embargo,/repo/embargo,/repo/main,/repo/dc2"
persistentVolumeClaims:
- name: sdf-group-rubin
storageClassName: sdf-group-rubin
Expand Down Expand Up @@ -81,4 +82,4 @@ butlerConfig:
readOnly: true

image:
tag: v0.2.1
tag: SP-1711

0 comments on commit 8819e62

Please sign in to comment.