mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2025-01-03 15:50:10 +00:00
3db0cc3135
Signed-off-by: Per Ploug <per.ploug@zalando.de>
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
|