Skip to content

Commit

Permalink
Add obsenv-management to BTS and summit.
Browse files Browse the repository at this point in the history
  • Loading branch information
mareuter committed Oct 31, 2024
1 parent 1a8a9d4 commit 9d6ba15
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 9d6ba15

Please sign in to comment.