Logo
Explore Help
Sign In
CadolesKube/typhoon
7
0
Fork 0
You've already forked typhoon
mirror of https://github.com/puppetmaster/typhoon.git synced 2025-05-11 01:09:03 +02:00
Code Issues Packages Projects Releases Wiki Activity
typhoon/addons/prometheus/exporters/kube-state-metrics/service.yaml

20 lines
388 B
YAML
Raw Normal View History

addons: Include kube-state-metrics exporter manifests
2017-10-22 21:19:22 -07:00
apiVersion: v1
kind: Service
metadata:
name: kube-state-metrics
namespace: monitoring
annotations:
prometheus.io/scrape: 'true'
spec:
type: ClusterIP
addons: Set kube-state-metrics to have clusterIP None * kube-state-metrics service exists to facilitate prometheus discovery
2017-11-05 17:53:16 -08:00
# service is created to allow prometheus to scape endpoints
clusterIP: None
addons: Include kube-state-metrics exporter manifests
2017-10-22 21:19:22 -07:00
selector:
name: kube-state-metrics
phase: prod
ports:
- name: metrics
protocol: TCP
addons: Update Prometheus from v2.1.0 to v2.2.0 * Annotate Prometheus service to scrape metrics from Prometheus itself (enables Prometheus* alerts) * Update kube-state-metrics addon-resizer to 1.7 * Use port 8080 for kube-state-metrics * Add PrometheusNotIngestingSamples alert rule * Change K8SKubeletDown alert rule to fire when 10% of kubelets are down, not 1% * https://github.com/coreos/prometheus-operator/pull/1032
2018-03-02 18:47:37 -08:00
port: 8080
addons: Include kube-state-metrics exporter manifests
2017-10-22 21:19:22 -07:00
targetPort: 8080
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.3 Page: 93ms Template: 4ms
English
Deutsch English Español Français Latviešu Nederlands Polski Português Русский 日本语 简体中文 繁體中文
Licenses API