Skip to content

Commit

Permalink
Merge pull request #4005 from lsst-sqre/tickets/DM-47896-10
Browse files Browse the repository at this point in the history
tickets/DM-47896-10
  • Loading branch information
mareuter authored Dec 17, 2024
2 parents b4777d8 + d99f0b3 commit 69bec26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/auxtel/values-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ atmcs-sim:
RUN_ARG: --simulate
resources:
limits:
cpu: 80m
cpu: 600m
memory: 1200Mi
requests:
cpu: 8m
cpu: 60m
memory: 400Mi

atoods:
Expand Down
1 change: 1 addition & 0 deletions applications/love/values-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ love-producer:
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
- name: eas
csc: EAS:0 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
- name: electrometer101
csc: Electrometer:101 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
Expand Down
2 changes: 2 additions & 0 deletions applications/sasquatch/values-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ telegraf-kafka-consumer:
debug: true
lsstcam:
enabled: true
metric_batch_size: 250
max_undelivered_messages: 5000
database: "efd"
topicRegexps: |
[ "lsst.sal.MTCamera", "lsst.sal.MTHeaderService", "lsst.sal.MTOODS" ]
Expand Down

0 comments on commit 69bec26

Please sign in to comment.