Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ Create the required Kubernetes secret and deploy PMM Server using Helm:

```bash
# If using ClusterIP (default)
kubectl port-forward svc/pmm-service 443:443
kubectl port-forward svc/monitoring-service 443:443

# If using NodePort
kubectl get svc pmm-service -o jsonpath='{.spec.ports[0].nodePort}'
kubectl get svc monitoring-service -o jsonpath='{.spec.ports[0].nodePort}'
```

=== "On OpenShift"
Expand Down