Skip to content

Commit

Permalink
Update USDF pods to use new template names
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Oct 1, 2024
1 parent 71835ba commit 7edeb5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/rapid-analysis/values-usdf-comcamsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ scripts:
limits:
cpu: 1
memory: 6G
workerSet:
comcamWorkerSet:
name: slac/LSSTComCamSim/runSfmRunner.py
replicas: 9
resources:
Expand All @@ -47,7 +47,7 @@ workerSet:
limits:
cpu: 1.0
memory: "8G"
gather2aSet:
comcamGather2aSet:
name: slac/LSSTComCamSim/runStep2aWorker.py
replicas: 1
resources:
Expand All @@ -57,7 +57,7 @@ gather2aSet:
limits:
cpu: 1.0
memory: "8G"
gatherRollupSet:
comcamGatherRollupSet:
name: slac/LSSTComCamSim/runNightlyWorker.py
replicas: 1
resources:
Expand Down

0 comments on commit 7edeb5a

Please sign in to comment.