Skip to content

Commit

Permalink
Merge pull request #3838 from lsst-sqre/tickets/DM-47312
Browse files Browse the repository at this point in the history
tickets/DM-47312: Deploy obs-env management app to other sites
  • Loading branch information
mareuter authored Oct 31, 2024
2 parents 1a8a9d4 + 9d6ba15 commit a5fae03
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
18 changes: 18 additions & 0 deletions applications/obsenv-management/values-base.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
obsenv-api:
image:
repository: rubin-cr.lsst.org/obsenv-api
tag: 0.2.0
pullPolicy: Always
config:
logLevel: "DEBUG"
nfsMount:
server: nfs-obsenv.ls.lsst.org

obsenv-ui:
image:
repository: rubin-cr.lsst.org/obsenv-ui
tag: 0.2.0
pullPolicy: Always
config:
pathPrefix: /obsenv-management
authGroup: obsenv-admins
18 changes: 18 additions & 0 deletions applications/obsenv-management/values-summit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
obsenv-api:
image:
repository: rubin-cr.lsst.org/obsenv-api
tag: 0.2.0
pullPolicy: Always
config:
logLevel: "DEBUG"
nfsMount:
server: nfs-obsenv.cp.lsst.org

obsenv-ui:
image:
repository: rubin-cr.lsst.org/obsenv-ui
tag: 0.2.0
pullPolicy: Always
config:
pathPrefix: /obsenv-management
authGroup: obsenv-admins
1 change: 1 addition & 0 deletions environments/values-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ applications:
narrativelog: true
nightreport: true
nublado: true
obsenv-management: true
obssys: true
portal: true
rubintv: true
Expand Down
1 change: 1 addition & 0 deletions environments/values-summit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ applications:
narrativelog: true
nightreport: true
nublado: true
obsenv-management: true
portal: true
rapid-analysis: true
rubintv: true
Expand Down

0 comments on commit a5fae03

Please sign in to comment.