Skip to content

Commit 14089a8

Browse files
committed
Add AOS 1b.
1 parent 5a9b37d commit 14089a8

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

applications/rapid-analysis/templates/lsstcam-gather2aAos-set.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,9 @@ spec:
145145
- "-c"
146146
- |
147147
cp -RL /secrets-raw/* /secrets
148-
cat /secrets-rubintv/aws-credentials.ini > new-aws-credentials.ini
149-
printf "\n" >> new-aws-credentials.ini
150-
cat /secrets-rubintv/aws_credentials.ini >> new-aws-credentials.ini
151-
printf "\n" >> new-aws-credentials.ini
152-
mv new-aws-credentials.ini /secrets/aws-credentials.ini
153-
chown 73006:73006 /secrets/*
148+
printf "\n" >> /secrets/aws-credentials.ini
149+
cat /secrets-rubintv/aws_credentials.ini >> /secrets/aws-credentials.ini
150+
chown 17951:4085 /secrets/*
154151
chmod 0600 /secrets/*
155152
volumeMounts:
156153
- name: raw-butler-secret

applications/rapid-analysis/values-usdf-rapid-analysis.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,18 @@ lsstcamAosWorkerSet:
132132
limits:
133133
cpu: 2.0
134134
memory: 8G
135+
lsstcamGather2aAosSet:
136+
name: LSSTCam/runStep1bAosWorker.py
137+
mounts:
138+
- sdf-scratch
139+
replicas: 4
140+
resources:
141+
requests:
142+
cpu: 1.0
143+
memory: "4G"
144+
limits:
145+
cpu: 1.0
146+
memory: "8G"
135147
credentialFile: google_write_creds
136148
vaultPrefixPath: secret/rubin/usdf-rapid-analysis
137149
rubinTvSecretsPath: rubintv-secrets

0 commit comments

Comments
 (0)