Commit 511280c8 by Frank Mai Committed by Craig Jellick

Consist label in service monitor and logging charts

**Problem:** Enable logging and monitoring in `rancher/rancher:master`, but can't see fluentd metric **Solution:** Consist label and endpoint name in `system-chart/rancher-monitoring:v0.0.2`` **Issue:** https://github.com/rancher/rancher/issues/18327 **Patch:** https://github.com/rancher/system-charts/pull/17
parent 767e615d
## CRD apiGroup
##
apiGroup: "monitoring.coreos.com"
ports:
metrics:
scheme: http
name: metrics
serviceSelectorLabels:
k8s-app: fluentd
## Skip verification until we have resolved why the certificate validation
## for the kubelet on API server nodes fail.
##
insecureSkipVerify: true
...@@ -135,9 +135,9 @@ exporter-fluentd: ...@@ -135,9 +135,9 @@ exporter-fluentd:
ports: ports:
metrics: metrics:
scheme: http scheme: http
name: metrics name: metric
serviceSelectorLabels: serviceSelectorLabels:
- "k8s-app=fluentd" - "app=fluentd"
insecureSkipVerify: true insecureSkipVerify: true
metric-expression-project: metric-expression-project:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment