Skip to content

Commit

Permalink
Merge pull request #7 from Ankurk99/main
Browse files Browse the repository at this point in the history
fix grafana deployment issue
  • Loading branch information
nam-jaehyun authored Aug 1, 2021
2 parents 537e578 + 23cdc4b commit c994c5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ The prometheus-grafana-deployment.yaml is highly inspired from the Cilium's exam

Expose the port on your local machine
```
kubectl -n explorer port-forward service/prometheus --address 0.0.0.0 --address :: 9091:9090
kubectl -n kubearmor port-forward service/prometheus --address 0.0.0.0 --address :: 9091:9090
```

### Grafana Access

Expose the port on your local machine
```
kubectl -n explorer port-forward service/grafana --address 0.0.0.0 --address :: 3000:3000
kubectl -n kubearmor port-forward service/grafana --address 0.0.0.0 --address :: 3000:3000
```

---
Expand Down
2 changes: 1 addition & 1 deletion deployments/prometheus/prometheus-grafana-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kind: ConfigMap
metadata:
labels:
kubearmor-app: grafana
name: kubearmor-grafana-dashboard
name: grafana-config
namespace: kubearmor
data:
config.yaml: |
Expand Down

0 comments on commit c994c5f

Please sign in to comment.