Skip to content

Commit

Permalink
rubintv: add application to TTS
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-aranda committed Oct 2, 2024
1 parent 9b10a5d commit b77bd8f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
42 changes: 42 additions & 0 deletions applications/rubintv/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
rubintv:
siteTag: "tucson"
separateSecrets: true

imagePullSecrets:
- name: pull-secret

frontend:
debug: true
env:
- name: S3_ENDPOINT_URL
value: &s3E "https://s3.rubintv.tu.lsst.org"
- name: RAPID_ANALYSIS_LOCATION
value: "TTS"
image:
tag: deploy
pullPolicy: Always

workers:
replicas: 1
image:
repository: ts-dockerhub.lsst.org/rapid-analysis
tag: c0037
pullPolicy: Always
uid: 73006
gid: 73006
scriptsLocation: /repos/rubintv_analysis_service/scripts
script: rubintv_worker.py -a rubintv-dev -p 8080 -c /repos/rubintv_analysis_service/scripts/config-temporal.yaml
env:
- name: S3_ENDPOINT_URL
value: *s3E
- name: DAF_BUTLER_REPOSITORY_INDEX
value: "s3://rubin-summit-users/data-repos.yaml"
- name: DAF_BUTLER_REPOSITORY
value: "/sdf/group/rubin/repo/ir2/butler.yaml"
resources:
limits:
cpu: 2.0
memory: "8Gi"

global:
tsVaultSecretsPath: ""
1 change: 1 addition & 0 deletions environments/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ applications:
nublado: true
obsenv-management: true
portal: true
rubintv: true
sasquatch: true
squareone: true
strimzi: true
Expand Down

0 comments on commit b77bd8f

Please sign in to comment.