mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
16 lines
216 B
YAML
16 lines
216 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: grafana
|
||
|
labels:
|
||
|
app: grafana
|
||
|
spec:
|
||
|
type: NodePort
|
||
|
ports:
|
||
|
- port: 3000
|
||
|
protocol: TCP
|
||
|
nodePort: 30902
|
||
|
targetPort: web
|
||
|
selector:
|
||
|
app: grafana
|