Skip to content

Commit

Permalink
Merge pull request #4195 from lsst-sqre/tickets/48733/noteburst
Browse files Browse the repository at this point in the history
DM-48733: Noteburst in `idfint` and `idfprod`
  • Loading branch information
fajpunk authored Feb 13, 2025
2 parents de44b71 + 06f407c commit c3f33c7
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
16 changes: 16 additions & 0 deletions applications/noteburst/values-idfint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
config:
logLevel: "DEBUG"
worker:
workerCount: 1
identities:
- username: "bot-noteburst001"
- username: "bot-noteburst002"
- username: "bot-noteburst003"
- username: "bot-noteburst004"
- username: "bot-noteburst005"
- username: "bot-noteburst006"

# Use SSD for Redis storage.
redis:
persistence:
storageClass: "premium-rwo"
15 changes: 15 additions & 0 deletions applications/noteburst/values-idfprod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
config:
worker:
workerCount: 1
identities:
- username: "bot-noteburst001"
- username: "bot-noteburst002"
- username: "bot-noteburst003"
- username: "bot-noteburst004"
- username: "bot-noteburst005"
- username: "bot-noteburst006"

# Use SSD for Redis storage.
redis:
persistence:
storageClass: "premium-rwo"
1 change: 1 addition & 0 deletions applications/squareone/values-idfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ config:
siteName: "Rubin Science Platform @ data-int"
docsBaseUrl: "https://rsp.lsst.io/v/idfint"
semaphoreUrl: "https://data-int.lsst.cloud/semaphore"
timesSquareUrl: "https://data-int.lsst.cloud/times-square/api"
coManageRegistryUrl: "https://id-int.lsst.cloud"
apiAspectPageMdx: |
# Rubin Science Platform APIs
Expand Down
1 change: 1 addition & 0 deletions applications/squareone/values-idfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ config:
siteName: "Rubin Science Platform"
docsBaseUrl: "https://rsp.lsst.io"
semaphoreUrl: "https://data.lsst.cloud/semaphore"
timesSquareUrl: "https://data.lsst.cloud/times-square/api"
coManageRegistryUrl: "https://id.lsst.cloud"
plausibleDomain: "data.lsst.cloud"
enableSentry: true
Expand Down
1 change: 1 addition & 0 deletions environments/values-idfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ applications:
ghostwriter: true
hips: true
mobu: true
noteburst: true
nublado: true
portal: true
sasquatch: true
Expand Down
1 change: 1 addition & 0 deletions environments/values-idfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ applications:
ghostwriter: true
hips: true
mobu: true
noteburst: true
nublado: true
portal: true
sasquatch: true
Expand Down

0 comments on commit c3f33c7

Please sign in to comment.