Newer
Older
KubernetesApplication / Prometheus / service.yaml
@Jerry Xie Jerry Xie on 3 Jul 2021 178 bytes first commit
apiVersion: v1
kind: Service
metadata:
  name: prometheus-service
  labels:
    app: prometheus
spec:
  ports:
  - port: 9090
  selector:
    app: prometheus
  type: ClusterIP