Skip to content

Commit

Permalink
fix FQDN to short names (#2684)
Browse files Browse the repository at this point in the history
* fix FQDN to short names

* add new logic

* Address review suggestions

* Increment helm chart version

---------

Co-authored-by: Christian Simon <[email protected]>
  • Loading branch information
ngnix and simonswine authored Jan 10, 2024
1 parent 23b4bb3 commit ed65138
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 66 deletions.
2 changes: 1 addition & 1 deletion operations/pyroscope/helm/pyroscope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pyroscope
description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
type: application
version: 1.3.3
version: 1.3.4
appVersion: 1.2.1
dependencies:
- name: grafana-agent
Expand Down
3 changes: 2 additions & 1 deletion operations/pyroscope/helm/pyroscope/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyroscope

![Version: 1.3.3](https://img.shields.io/badge/Version-1.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.1](https://img.shields.io/badge/AppVersion-1.2.1-informational?style=flat-square)
![Version: 1.3.4](https://img.shields.io/badge/Version-1.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.1](https://img.shields.io/badge/AppVersion-1.2.1-informational?style=flat-square)

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

Expand All @@ -20,6 +20,7 @@
| ingress.enabled | bool | `false` | |
| minio | object | `{"buckets":[{"name":"grafana-pyroscope-data","policy":"none","purge":false}],"drivesPerNode":2,"enabled":false,"persistence":{"size":"5Gi"},"podAnnotations":{"phlare.grafana.com/port":"9000","phlare.grafana.com/scrape":"true"},"replicas":1,"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"rootPassword":"supersecret","rootUser":"grafana-pyroscope"}` | ----------------------------------- |
| pyroscope.affinity | object | `{}` | |
| pyroscope.cluster_domain | string | `".cluster.local."` | Kubernetes cluster domain suffix for DNS discovery |
| pyroscope.components | object | `{}` | |
| pyroscope.config | string | The config depends on other values been set, details can be found in [`values.yaml`](./values.yaml) | Contains Phlare's configuration as a string. |
| pyroscope.dnsPolicy | string | `"ClusterFirst"` | |
Expand Down
Loading

0 comments on commit ed65138

Please sign in to comment.