update
This commit is contained in:
parent
834eebc2e5
commit
5f8269538e
@ -1,7 +1,7 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: kube-prometheus-stack
|
||||
name: prometheus-agent
|
||||
spec:
|
||||
interval: 1h
|
||||
chart:
|
||||
@ -29,8 +29,10 @@ spec:
|
||||
valuesKey: kube-state-metrics-config.yaml
|
||||
# https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml
|
||||
values:
|
||||
global:
|
||||
imageRegistry: "artifact.onwalk.net/base"
|
||||
prometheus:
|
||||
agentMode: false
|
||||
agentMode: true
|
||||
prometheusSpec:
|
||||
remoteWrite:
|
||||
- name: remote_prometheus
|
||||
|
||||
@ -4,7 +4,7 @@ resources:
|
||||
- namespace.yaml
|
||||
- ../../apps/monitor/observability-agent/
|
||||
- ../../apps/monitor/kube-prometheus-stack/
|
||||
# - podmonitor.yaml
|
||||
- podmonitor.yaml
|
||||
# - ../../apps/c-demo/
|
||||
# - ../../apps/js-demo/
|
||||
# - ../../apps/python-demo/
|
||||
|
||||
@ -4,7 +4,7 @@ resources:
|
||||
- namespace.yaml
|
||||
- ../../apps/monitor/observability-agent/
|
||||
- ../../apps/monitor/kube-prometheus-stack/
|
||||
# - podmonitor.yaml
|
||||
- podmonitor.yaml
|
||||
# - ../../apps/c-demo/
|
||||
# - ../../apps/js-demo/
|
||||
# - ../../apps/python-demo/
|
||||
|
||||
@ -4,7 +4,7 @@ resources:
|
||||
- namespace.yaml
|
||||
- ../../apps/monitor/observability-agent/
|
||||
- ../../apps/monitor/kube-prometheus-stack/
|
||||
# - podmonitor.yaml
|
||||
- podmonitor.yaml
|
||||
# - ../../apps/c-demo/
|
||||
# - ../../apps/js-demo/
|
||||
# - ../../apps/python-demo/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user