Skip to content

Commit

Permalink
Merge pull request #77 from vaxvms/main
Browse files Browse the repository at this point in the history
Add max_conns_per_host to values schema
  • Loading branch information
blind-oracle authored Oct 17, 2024
2 parents 7b96c61 + c97be8f commit ca484dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/k8s/chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@
"description": "Maximum duration to keep outgoing connections alive (to Cortex/Mimir)",
"format": "duration"
},
"max_conns_per_host": {
"type": "integer",
"title": "Max Connection per host",
"description": "Maximum number of outgoing concurrent connections to Cortex / Mimir",
"default": 64
},
"auth": {
"type": "object",
"title": "Authentication",
Expand Down

0 comments on commit ca484dd

Please sign in to comment.