Skip to content

Commit ed65138

Browse files
ngnixsimonswine
andauthored
fix FQDN to short names (#2684)
* fix FQDN to short names * add new logic * Address review suggestions * Increment helm chart version --------- Co-authored-by: Christian Simon <[email protected]>
1 parent 23b4bb3 commit ed65138

File tree

9 files changed

+72
-66
lines changed

9 files changed

+72
-66
lines changed

Diff for: operations/pyroscope/helm/pyroscope/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: pyroscope
33
description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
44
type: application
5-
version: 1.3.3
5+
version: 1.3.4
66
appVersion: 1.2.1
77
dependencies:
88
- name: grafana-agent

Diff for: operations/pyroscope/helm/pyroscope/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyroscope
22

3-
![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)
3+
![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)
44

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

@@ -20,6 +20,7 @@
2020
| ingress.enabled | bool | `false` | |
2121
| 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"}` | ----------------------------------- |
2222
| pyroscope.affinity | object | `{}` | |
23+
| pyroscope.cluster_domain | string | `".cluster.local."` | Kubernetes cluster domain suffix for DNS discovery |
2324
| pyroscope.components | object | `{}` | |
2425
| 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. |
2526
| pyroscope.dnsPolicy | string | `"ClusterFirst"` | |

0 commit comments

Comments
 (0)