From bde0cb58dd51fb7d42b77a4355d5715840e74c6a Mon Sep 17 00:00:00 2001 From: Venkat Date: Sat, 22 Jun 2024 19:06:31 -0700 Subject: [PATCH] fix: remove prometheus remote write (#350) * fix: remove prometheus remote write * Update Chart.yaml * docs: automated helm-docs action --------- Co-authored-by: GlueOps --- Chart.yaml | 2 +- README.md | 2 +- templates/application-kube-prometheus-stack.yaml | 15 --------------- 3 files changed, 2 insertions(+), 17 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 7a356d28..05a09d6b 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 appVersion: v0.1.0 description: This chart deploys the GlueOps Platform name: glueops-platform -version: 0.45.0-rc4 +version: 0.45.0-rc5 diff --git a/README.md b/README.md index b54903cb..72c9b9ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # glueops-platform -![Version: 0.45.0-rc4](https://img.shields.io/badge/Version-0.45.0--rc4-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.45.0-rc5](https://img.shields.io/badge/Version-0.45.0--rc5-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) This chart deploys the GlueOps Platform diff --git a/templates/application-kube-prometheus-stack.yaml b/templates/application-kube-prometheus-stack.yaml index 15b5e212..728d6098 100644 --- a/templates/application-kube-prometheus-stack.yaml +++ b/templates/application-kube-prometheus-stack.yaml @@ -92,21 +92,6 @@ spec: requests: storage: {{ .Values.prometheus.volume_claim_storage_request}}Gi hostNetwork: {{ .Values.host_network.enabled }} - replicaExternalLabelName: __replica__ - remoteWriteDashboards: true - additionalRemoteWrite: - - url: http://ingest.glueopshosted.com/metrics/v1/push - writeRelabelConfigs: - - sourceLabels: [__name__] - regex: '.*' - action: 'replace' - targetLabel: 'captain_domain' - replacement: {{ .Values.captain_domain }} - - sourceLabels: [__name__] - regex: '.*' - action: 'replace' - targetLabel: 'glueops_platform_version' - replacement: {{ .Chart.Version }} grafana: {{- toYaml .Values.glueops_node_and_tolerations | nindent 10 }} adminPassword: "{{ .Values.grafana.admin_password }}"