Attempt to fix enableOLTPReceiver bug in monioring bringup
This commit is contained in:
parent
6418935a82
commit
8880c152ee
|
|
@ -3,5 +3,5 @@ name: monitoring
|
|||
version: '1.0'
|
||||
dependencies:
|
||||
- name: kube-prometheus-stack
|
||||
version: "75.12.0"
|
||||
version: "79.11.0"
|
||||
repository: "https://prometheus-community.github.io/helm-charts"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ kube-prometheus-stack:
|
|||
hosts:
|
||||
- monitoring.video.jamkazam.com
|
||||
prometheusSpec:
|
||||
enableOTLPReceiver: true
|
||||
retention: 60d
|
||||
retentionSize: 20GB
|
||||
routePrefix: /prometheus
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ kube-prometheus-stack:
|
|||
hosts:
|
||||
- monitoring.staging.video.jamkazam.com
|
||||
prometheusSpec:
|
||||
enableOTLPReceiver: true
|
||||
retention: 60d
|
||||
retentionSize: 20GB
|
||||
routePrefix: /prometheus
|
||||
|
|
|
|||
Loading…
Reference in New Issue