Skip to content

Commit

Permalink
Merge pull request #2750 from lsst-sqre/tickets/DM-39239
Browse files Browse the repository at this point in the history
Increase query timeout to 300s
  • Loading branch information
afausti authored Nov 27, 2023
2 parents 47cca81 + a714f59 commit 4e1b0e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions applications/sasquatch/values-usdfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,30 @@ influxdb:
ingress:
enabled: true
hostname: usdf-rsp.slac.stanford.edu
annotations:
nginx.ingress.kubernetes.io/proxy-read-timeout: "300"
nginx.ingress.kubernetes.io/proxy-send-timeout: "300"
persistence:
enabled: true
size: 15Ti
config:
coordinator:
query-timeout: "300s"

source-influxdb:
enabled: true
ingress:
enabled: true
hostname: usdf-rsp.slac.stanford.edu
annotations:
nginx.ingress.kubernetes.io/proxy-read-timeout: "300"
nginx.ingress.kubernetes.io/proxy-send-timeout: "300"
persistence:
enabled: true
size: 15Ti
config:
coordinator:
query-timeout: "300s"

kafka-connect-manager:
influxdbSink:
Expand Down

0 comments on commit 4e1b0e4

Please sign in to comment.