Skip to content

Commit

Permalink
Merge pull request #3991 from lsst-sqre/tickets/DM-47896-8
Browse files Browse the repository at this point in the history
tickets/DM-47896-8
  • Loading branch information
mareuter authored Dec 13, 2024
2 parents 33b7c04 + 247ea66 commit 5dd5ca6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
27 changes: 17 additions & 10 deletions applications/auxtel/values-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ ataos:
pullPolicy: Always
resources:
limits:
cpu: 60m
memory: 500Mi
cpu: 450m
memory: 600Mi
requests:
cpu: 6m
memory: 160Mi
cpu: 45m
memory: 200Mi

atbuilding-sim:
enabled: true
Expand All @@ -17,6 +17,13 @@ atbuilding-sim:
pullPolicy: Always
env:
RUN_ARG: --simulate
resources:
limits:
cpu: 120m
memory: 300Mi
requests:
cpu: 12m
memory: 100Mi

atdome-sim:
enabled: true
Expand Down Expand Up @@ -64,10 +71,10 @@ atheaderservice:
key: aws-secret-access-key
resources:
limits:
cpu: 90m
cpu: 800m
memory: 700Mi
requests:
cpu: 9m
cpu: 80m
memory: 250Mi

athexapod-sim:
Expand Down Expand Up @@ -211,11 +218,11 @@ atptg:
LSST_KAFKA_CMDEVT_FLUSH_MS: 0
resources:
limits:
cpu: 120m
memory: 2400Mi
cpu: 900m
memory: 900Mi
requests:
cpu: 12m
memory: 790Mi
cpu: 90m
memory: 265Mi

atspectrograph-sim:
enabled: true
Expand Down
8 changes: 4 additions & 4 deletions applications/simonyitel/values-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ mtheaderservice:
key: aws-secret-access-key
resources:
limits:
cpu: 150m
memory: 600Mi
cpu: 300m
memory: 2000Mi
requests:
cpu: 15m
memory: 240Mi
cpu: 30m
memory: 500Mi

mtm1m3-sim:
enabled: true
Expand Down

0 comments on commit 5dd5ca6

Please sign in to comment.