Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
dcdef4d0
Commit
dcdef4d0
authored
5 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add Grafana NodePort, fix
#31
parent
975b3c9b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
execution/README.md
+2
-2
2 additions, 2 deletions
execution/README.md
execution/infrastructure/grafana/values.yaml
+3
-0
3 additions, 0 deletions
execution/infrastructure/grafana/values.yaml
with
5 additions
and
2 deletions
execution/README.md
+
2
−
2
View file @
dcdef4d0
...
...
@@ -37,10 +37,10 @@ are used. See the corresponding sections below for how to install them.
### Grafana
As with Prometheus, we suggest to create a dedicated Grafana instance. Grafana
can be installed with Helm:
with our default configuration
can be installed with Helm:
```
sh
helm
install
grafana stable/grafana
helm
install
grafana stable/grafana
-f
-f
infrastructure/grafana/values.yaml
```
The official
[
Grafana Helm Chart repository
](
https://github.com/helm/charts/tree/master/stable/grafana
)
...
...
This diff is collapsed.
Click to expand it.
execution/infrastructure/grafana/values.yaml
0 → 100644
+
3
−
0
View file @
dcdef4d0
service
:
nodePort
:
31199
type
:
NodePort
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment