mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-03 01:21:11 +01:00
add aws eks cni service yaml
This commit is contained in:
parent
c156f21d50
commit
5cc6daab4a
@ -39,6 +39,7 @@ resources:
|
|||||||
- ./manifests/node-exporter-service.yaml
|
- ./manifests/node-exporter-service.yaml
|
||||||
- ./manifests/node-exporter-serviceAccount.yaml
|
- ./manifests/node-exporter-serviceAccount.yaml
|
||||||
- ./manifests/node-exporter-serviceMonitor.yaml
|
- ./manifests/node-exporter-serviceMonitor.yaml
|
||||||
|
- ./manifests/prometheus-AwsEksCniMetricService.yaml
|
||||||
- ./manifests/prometheus-adapter-apiService.yaml
|
- ./manifests/prometheus-adapter-apiService.yaml
|
||||||
- ./manifests/prometheus-adapter-clusterRole.yaml
|
- ./manifests/prometheus-adapter-clusterRole.yaml
|
||||||
- ./manifests/prometheus-adapter-clusterRoleAggregatedMetricsReader.yaml
|
- ./manifests/prometheus-adapter-clusterRoleAggregatedMetricsReader.yaml
|
||||||
|
|||||||
15
manifests/prometheus-AwsEksCniMetricService.yaml
Normal file
15
manifests/prometheus-AwsEksCniMetricService.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
k8s-app: aws-node
|
||||||
|
name: aws-node
|
||||||
|
namespace: kube-system
|
||||||
|
spec:
|
||||||
|
clusterIP: None
|
||||||
|
ports:
|
||||||
|
- name: cni-metrics-port
|
||||||
|
port: 61678
|
||||||
|
targetPort: 61678
|
||||||
|
selector:
|
||||||
|
k8s-app: aws-node
|
||||||
@ -16,4 +16,4 @@ spec:
|
|||||||
- kube-system
|
- kube-system
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
k8s-app: eks-cni
|
k8s-app: aws-node
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user