Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions applications/rapid-analysis/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
labels:
{{- include "rapid-analysis.labels" $ | nindent 4 }}
spec:
replicas: {{ default 1 $script.replicas }}
revisionHistoryLimit: 0
selector:
matchLabels:
Expand Down
6 changes: 4 additions & 2 deletions applications/rapid-analysis/values-base.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/lsst-sitcom/rubintv_production
tag: w_2025_48
tag: tickets-DM-53212
pullPolicy: Always
location: BTS
siteTag: bts
Expand All @@ -11,8 +11,9 @@ env:
AWS_REQUEST_CHECKSUM_CALCULATION: WHEN_REQUIRED
RAPID_ANALYSIS_DO_RAISE: True
BUTLER_ROLLOUT_PAUSE: 1.0
RA_PULL_DIRECTORIES: "TARTS donut_viz drp_pipe ts_wep ts_ofc summit_utils summit_extras rubintv_production"
RA_PULL_DIRECTORIES: "TARTS donut_viz drp_pipe ts_wep ts_ofc ts_config_mttcs summit_utils summit_extras rubintv_production daf_butler pipe_base"
TARTS_DATA_DIR: /project/rubintv/aos_data/TARTS
AI_DONUT_DATA_DIR: /project/rubintv/aos_data/AI_DONUT
securityContext:
uid: 73006
gid: 73006
Expand Down Expand Up @@ -89,6 +90,7 @@ scripts:
- lsstcam-data
- project-shared
- name: LSSTCam/runPlotter.py
replicas: 2
mounts:
- lsstcam-data
- project-shared
Expand Down
28 changes: 11 additions & 17 deletions applications/rapid-analysis/values-summit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/lsst-sitcom/rubintv_production
tag: w_2025_48
tag: tickets-DM-53212
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing this needs to change before you merge to main?

(There's also at least one other instance of the same thing.)

pullPolicy: Always
location: SUMMIT
siteTag: summit
Expand All @@ -10,8 +10,9 @@ env:
LSST_RESOURCES_S3_PROFILE_butler: https://s3-butler.cp.lsst.org
AWS_REQUEST_CHECKSUM_CALCULATION: WHEN_REQUIRED
BUTLER_ROLLOUT_PAUSE: 1.0
RA_PULL_DIRECTORIES: "TARTS donut_viz drp_pipe ts_wep ts_ofc summit_utils summit_extras rubintv_production"
RA_PULL_DIRECTORIES: "TARTS donut_viz drp_pipe ts_wep ts_ofc ts_config_mttcs summit_utils summit_extras rubintv_production daf_butler pipe_base"
TARTS_DATA_DIR: /project/rubintv/aos_data/TARTS
AI_DONUT_DATA_DIR: /project/rubintv/aos_data/AI_DONUT
securityContext:
uid: 73006
gid: 73006
Expand Down Expand Up @@ -353,10 +354,10 @@ scripts:
resources:
requests:
cpu: 1
memory: 4G
memory: 8G
limits:
cpu: 1
memory: 5G
memory: 10G
- name: LSSTCam/runMetadataServerAos.py
mounts:
- lsstcam-data
Expand All @@ -376,22 +377,12 @@ scripts:
resources:
requests:
cpu: .5
memory: 5G
limits:
cpu: 1
memory: 10G
- name: LSSTCam/runPlotter.py
mounts:
- lsstcam-data
- project-shared
resources:
requests:
cpu: 1
memory: 8G
limits:
cpu: 1
memory: 12G
- name: LSSTCam/runPlotter2nd.py # if we need a third make this a StatefulSet
memory: 16G
- name: LSSTCam/runPlotter.py
replicas: 2
mounts:
- lsstcam-data
- project-shared
Expand All @@ -414,6 +405,7 @@ scripts:
cpu: 2
memory: 10G
- name: LSSTCam/runZernikePredictionPlotting.py
replicas: 5
mounts:
- lsstcam-data
- project-shared
Expand All @@ -425,6 +417,7 @@ scripts:
cpu: 2
memory: 12G
- name: LSSTCam/runPerformanceMonitor.py
replicas: 8
mounts:
- lsstcam-data
- project-shared
Expand Down Expand Up @@ -462,6 +455,7 @@ scripts:
cpu: 1
memory: 6G
- name: LSSTCam/runGuiderAnalysis.py
replicas: 5
mounts:
- lsstcam-data
- project-shared
Expand Down
Loading