Skip to content

Commit

Permalink
Merge pull request #26 from rh-mobb/fix-user-workload-remotewrite
Browse files Browse the repository at this point in the history
fix user workload remote write setting
  • Loading branch information
paulczar authored Jul 15, 2022
2 parents 3adf4f4 + 1869b57 commit 59de7e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/aro-thanos-af/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes

type: application

version: 0.2.0
version: 0.2.1

dependencies:
- name: grafana-cr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
namespace: openshift-user-workload-monitoring
data:
config.yaml: |
kubernetes:
prometheus:
remoteWrite:
- url: "http://thanos-receive.{{ .Release.Namespace }}.svc.cluster.local:9091/api/v1/receive"
serviceAccountRef:
Expand All @@ -60,7 +60,7 @@ spec:
# namespace: openshift-user-workload-monitoring
# data:
# config.yaml: |
# kubernetes:
# prometheus:
# remoteWrite:
# - url: "http://thanos-receive.{{ .Release.Namespace }}.svc.cluster.local:9091/api/v1/receive"
---
Expand Down

0 comments on commit 59de7e4

Please sign in to comment.