mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-08-02 00:31:38 +02:00
addons: Include kube-state-metrics exporter manifests
This commit is contained in:
17
addons/prometheus/exporters/kube-state-metrics/service.yaml
Normal file
17
addons/prometheus/exporters/kube-state-metrics/service.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: kube-state-metrics
|
||||
namespace: monitoring
|
||||
annotations:
|
||||
prometheus.io/scrape: 'true'
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
name: kube-state-metrics
|
||||
phase: prod
|
||||
ports:
|
||||
- name: metrics
|
||||
protocol: TCP
|
||||
port: 80
|
||||
targetPort: 8080
|
Reference in New Issue
Block a user