mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2025-01-03 07:40:09 +00:00
15 lines
260 B
YAML
15 lines
260 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: custom-metrics-consumer
|
||
|
labels:
|
||
|
application: custom-metrics-consumer
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 80
|
||
|
protocol: TCP
|
||
|
targetPort: 9090
|
||
|
selector:
|
||
|
application: custom-metrics-consumer
|
||
|
type: ClusterIP
|