Attempt to fix enableOLTPReceiver bug in monioring bringup

This commit is contained in:
Seth Call 2025-12-04 21:30:11 -06:00
parent 6418935a82
commit 8880c152ee
3 changed files with 3 additions and 1 deletions

View File

@ -3,5 +3,5 @@ name: monitoring
version: '1.0' version: '1.0'
dependencies: dependencies:
- name: kube-prometheus-stack - name: kube-prometheus-stack
version: "75.12.0" version: "79.11.0"
repository: "https://prometheus-community.github.io/helm-charts" repository: "https://prometheus-community.github.io/helm-charts"

View File

@ -35,6 +35,7 @@ kube-prometheus-stack:
hosts: hosts:
- monitoring.video.jamkazam.com - monitoring.video.jamkazam.com
prometheusSpec: prometheusSpec:
enableOTLPReceiver: true
retention: 60d retention: 60d
retentionSize: 20GB retentionSize: 20GB
routePrefix: /prometheus routePrefix: /prometheus

View File

@ -35,6 +35,7 @@ kube-prometheus-stack:
hosts: hosts:
- monitoring.staging.video.jamkazam.com - monitoring.staging.video.jamkazam.com
prometheusSpec: prometheusSpec:
enableOTLPReceiver: true
retention: 60d retention: 60d
retentionSize: 20GB retentionSize: 20GB
routePrefix: /prometheus routePrefix: /prometheus