kubectl patch svc -n monitoring grafana --type=json -p='[{"op": "add", "path": "/spec/ports/0/nodePort", "value":30002}, {"op": "replace", "path": "/spec/type", "value": "NodePort"}]'
kubectl patch svc -n monitoring prometheus-k8s --type=json -p='[{"op": "add", "path": "/spec/ports/0/nodePort", "value": 30003}, {"op": "replace", "path": "/spec/type", "value": "NodePort"}]'