cortex-helm-chart icon indicating copy to clipboard operation
cortex-helm-chart copied to clipboard

Helm chart for Cortex

Results 43 cortex-helm-chart issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [helm/kind-action](https://togithub.com/helm/kind-action) | action | minor | `v1.3.0` -> `v1.4.0` | ---...

dependencies

I have run all cortex components for years without liveness probes. they are bad for store-gateways because it causes re-sharding if they are under pressure. Restarting store-gateways can take a...

enhancement

Most users using the helm chart have to specify a few things in the values.yaml to get their cortex to production ready status. We should create an alternate values file...

enhancement

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.2. Release notes Sourced from nokogiri's releases. v1.16.2 / 2024-02-04 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-25062. See GHSA-xc9x-jj77-9p9j for more information. Dependencies...

dependencies

**What this PR does**: Add experimental auth-gateway **Which issue(s) this PR fixes**: Fixes https://github.com/cortexproject/auth-gateway/issues/33 **Checklist** - [X] `CHANGELOG.md` updated - the order of entries should be `[CHANGE]`, `[FEATURE]`, `[ENHANCEMENT]`, `[BUGFIX]`

stale

With Helm Chart 2.1.0 and values: ``` purger: enabled: true ``` I notice things seem to work as expected, a new purger deployment is added. I am writing because I...

**What this PR does**: Allow optional entry into /ruler/rule_groups endpoint via nginx proxy **Which issue(s) this PR fixes**: Fixes #475 **Checklist** - [ x] `CHANGELOG.md` updated - the order of...

stale

**What this PR does**: This PR correct the alertmanager-headless service with exposing grpc port instead of http. ``` cortex-alertmanager-headless ClusterIP None 9095/TCP 1d cortex-distributor-headless ClusterIP None 9095/TCP 1d cortex-ingester-headless ClusterIP...

stale

The supplied nginx ingress does not include the Ruler rules endpoint that returns all rule groups without a customer id required. The specific endpoint is: GET /ruler/rule_groups Some folks may...

stale

My understanding is that alertmanager is using port 9094 to communicate between peers in cluster mode but [master/templates/alertmanager](https://github.com/cortexproject/cortex-helm-chart/tree/master/templates/alertmanager) does not have references of exposing this port. Configuring alertmanager in cluster...

keepalive