Skip to content

Commit

Permalink
fix: remove prometheus remote write (#350)
Browse files Browse the repository at this point in the history
* fix: remove prometheus remote write

* Update Chart.yaml

* docs: automated helm-docs action

---------

Co-authored-by: GlueOps <github@glueops.dev>
  • Loading branch information
venkatamutyala and glueops-svc-account authored Jun 23, 2024
1 parent 455c265 commit bde0cb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
15 changes: 0 additions & 15 deletions templates/application-kube-prometheus-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit bde0cb5

Please sign in to comment.