Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 307 Bytes

File metadata and controls

25 lines (21 loc) · 307 Bytes
k config  use-context cluster1-admin@cluster1
# vim 4.yaml

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
  name: app
  namespace: prod
spec:
  selector:
    matchLabels:
      app: app
  endpoints:
  - port: metrics
    path: /metrics

k apply -f 4.yaml