Skip to content

Commit

Permalink
Adjust server timeouts to align with default Grafana settings (#1310)
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Gough <[email protected]>
  • Loading branch information
philipgough authored Feb 21, 2024
1 parent a0619ce commit 3e425d5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ spec:
- --web.internal.listen=0.0.0.0:8448
- --metrics.read.endpoint=http://observability-observatorium-thanos-query-frontend.open-cluster-management-observability.svc.cluster.local:9090
- --metrics.write.endpoint=http://observability-observatorium-thanos-receive-default:19291
- --metrics.write-timeout=5m
- --server.read-header-timeout=10s
- --log.level=warn
- --rbac.config=/etc/observatorium/rbac.yaml
- --tenants.config=/etc/observatorium/tenants.yaml
Expand Down Expand Up @@ -89,4 +91,5 @@ spec:
- name: observatorium-certs
secret:
defaultMode: 420
secretName: observatorium-certs
secretName: observatorium-certs

0 comments on commit 3e425d5

Please sign in to comment.