mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
17 lines
313 B
YAML
17 lines
313 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
k8s-app: kube-state-metrics
|
|
name: kube-state-metrics
|
|
namespace: monitoring
|
|
spec:
|
|
ports:
|
|
- name: https-main
|
|
port: 8443
|
|
targetPort: https-main
|
|
- name: https-self
|
|
port: 9443
|
|
targetPort: https-self
|
|
selector:
|
|
app: kube-state-metrics
|