git-subtree-dir: contrib/kube-prometheus
git-subtree-mainline: 050ca21276696c8603375c699513ec487301ed62
git-subtree-split: 81c0d2f4d3
16 lines
210 B
YAML
16 lines
210 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: grafana
|
|
labels:
|
|
app: grafana
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- name: web
|
|
port: 3000
|
|
protocol: TCP
|
|
nodePort: 30902
|
|
selector:
|
|
app: grafana
|