Skip to content

Commit

Permalink
Merge pull request #3930 from lsst-sqre/tickets/DM-47799
Browse files Browse the repository at this point in the history
DM-47799: Add s3proxy to usdfprod.
  • Loading branch information
ktlim authored Nov 26, 2024
2 parents 8c4f12f + ede1cf7 commit 1374eaa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions applications/s3proxy/values-usdfprod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
config:
profiles:
- name: embargo
url: "https://sdfembs3.sdf.slac.stanford.edu/"
s3EndpointUrl: "https://s3dfrgw.slac.stanford.edu/"

resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 200m
memory: 100Mi
1 change: 1 addition & 0 deletions environments/values-usdfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ applications:
portal: true
postgres: true
rubintv: true
s3proxy: true
sasquatch: true
semaphore: true
siav2: true
Expand Down

0 comments on commit 1374eaa

Please sign in to comment.