Skip to content

Commit 661762e

Browse files
authored
Adds configuration option to enable external-dns integration and other ingress labeling use cases. (#4402)
* Adds configuration option to enable external-dns integration and other ingress labeling use cases. Signed-off-by: Stavros Foteinopoulos <[email protected]> * Run make commands Signed-off-by: Stavros Foteinopoulos <[email protected]> --------- Signed-off-by: Stavros Foteinopoulos <[email protected]>
1 parent 3a57a06 commit 661762e

File tree

8 files changed

+117
-106
lines changed

8 files changed

+117
-106
lines changed

operations/pyroscope/helm/pyroscope/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pyroscope
33
description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
44
home: https://grafana.com/oss/pyroscope/
55
type: application
6-
version: 1.14.2
6+
version: 1.15.0
77
appVersion: 1.14.1
88
dependencies:
99
- name: grafana-agent

operations/pyroscope/helm/pyroscope/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyroscope
22

3-
![Version: 1.14.2](https://img.shields.io/badge/Version-1.14.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.1](https://img.shields.io/badge/AppVersion-1.14.1-informational?style=flat-square)
3+
![Version: 1.15.0](https://img.shields.io/badge/Version-1.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.1](https://img.shields.io/badge/AppVersion-1.14.1-informational?style=flat-square)
44

55
🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
66

@@ -25,8 +25,10 @@
2525
|-----|------|---------|-------------|
2626
| agent | object | `{"agent":{"clustering":{"enabled":true},"configMap":{"create":false,"name":"grafana-agent-config-pyroscope"}},"controller":{"podAnnotations":{"profiles.grafana.com/cpu.port_name":"http-metrics","profiles.grafana.com/cpu.scrape":"true","profiles.grafana.com/goroutine.port_name":"http-metrics","profiles.grafana.com/goroutine.scrape":"true","profiles.grafana.com/memory.port_name":"http-metrics","profiles.grafana.com/memory.scrape":"true"},"replicas":1,"type":"statefulset"},"enabled":false}` | ----------------------------------- |
2727
| alloy | object | `{"alloy":{"clustering":{"enabled":true},"configMap":{"create":false,"name":"alloy-config-pyroscope"},"stabilityLevel":"public-preview"},"controller":{"podAnnotations":{"profiles.grafana.com/cpu.port_name":"http-metrics","profiles.grafana.com/cpu.scrape":"true","profiles.grafana.com/goroutine.port_name":"http-metrics","profiles.grafana.com/goroutine.scrape":"true","profiles.grafana.com/memory.port_name":"http-metrics","profiles.grafana.com/memory.scrape":"true","profiles.grafana.com/service_git_ref":"v1.8.1","profiles.grafana.com/service_repository":"https://github.com/grafana/alloy"},"replicas":1,"type":"statefulset"},"enabled":true}` | ----------------------------------- |
28+
| ingress.annotations | object | `{}` | |
2829
| ingress.className | string | `""` | |
2930
| ingress.enabled | bool | `false` | |
31+
| ingress.labels | object | `{}` | |
3032
| ingress.pathType | string | `"ImplementationSpecific"` | |
3133
| minio | object | `{"buckets":[{"name":"grafana-pyroscope-data","policy":"none","purge":false}],"drivesPerNode":2,"enabled":false,"persistence":{"size":"5Gi"},"podAnnotations":{},"replicas":1,"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"rootPassword":"supersecret","rootUser":"grafana-pyroscope"}` | ----------------------------------- |
3234
| pyroscope.affinity | object | `{}` | |

0 commit comments

Comments
 (0)