-
Hey i want to try port forward grafana from the helm cart kube-prometheus-stack but i can’t open port 3000. It’s always no host. When i run a kubectl port-forward I use docker desktop (everithing latest version) and have the following devspace.yaml: devspace.yaml version: v2beta1
name: development
dependencies:
prometheus:
path: devspace-prometheus.yaml devspace-prometheus.yaml version: v2beta1
name: prometheus
deployments:
prometheus:
helm:
chart:
name: kube-prometheus-stack
repo: https://prometheus-community.github.io/helm-charts
dev:
grafana:
labelSelector:
app.kubernetes.io/name: grafana
ports:
- port: '3000:3000'
open:
- url: http://localhost:3000/ |
Beta Was this translation helpful? Give feedback.
Answered by
ManAnRuck
Apr 23, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ManAnRuck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pipeline: dev
was missing 👍