Files
kube-prometheus/manifests/examples/example-app/prometheus-frontend-svc.yaml
2016-10-24 13:44:12 +02:00

17 lines
314 B
YAML

apiVersion: v1
kind: Service
metadata:
name: prometheus-frontend
namespace: default
spec:
type: NodePort
ports:
- name: web
nodePort: 30100
port: 9090
protocol: TCP
targetPort: web
selector:
prometheus.coreos.com/type: prometheus
prometheus.coreos.com/name: prometheus-frontend