Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kubernetes Monitoring Helm Chart
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Monitoring
helm-charts
Kubernetes Monitoring Helm Chart
Commits
dbae7f64
Commit
dbae7f64
authored
1 month ago
by
Nacho Barrientos
Browse files
Options
Downloads
Patches
Plain Diff
[MONIT-4148] Install CRDs as a dependency of this chart
parent
fdd3b048
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!48
[MONIT-4148] Add Monitoring CRDs as a dependency
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Chart.yaml
+4
-0
4 additions, 0 deletions
Chart.yaml
docs/values.md
+1
-0
1 addition, 0 deletions
docs/values.md
values.yaml
+4
-0
4 additions, 0 deletions
values.yaml
with
9 additions
and
0 deletions
Chart.yaml
+
4
−
0
View file @
dbae7f64
...
...
@@ -5,3 +5,7 @@ type: application
kubeVersion
:
"
>=1.27.0-0"
description
:
Helm Chart provided by IT Monitoring Service to install and configure required components to gather and send monitoring data from kubernetes clusters to central service.
home
:
https://cern.ch/monitoring
dependencies
:
-
name
:
crds
version
:
"
0.0.0"
condition
:
crds.enabled
This diff is collapsed.
Click to expand it.
docs/values.md
+
1
−
0
View file @
dbae7f64
...
...
@@ -83,5 +83,6 @@ This file contains the markdown version of the default values that this chart ta
| otlp.port | int |
`4319`
| otlp port where the otlp receivers are listening |
| tenant.name | string |
`"nil"`
| username used for authenitcating in the MONIT infrastructure |
| tenant.password | string |
`"nil"`
| password (plain) used for authenitcating in the MONIT infrastructure |
| crds.enabled | bool |
`true`
| whether to install Prometheus operator's CRDs |
----------------------------------------------
This diff is collapsed.
Click to expand it.
values.yaml
+
4
−
0
View file @
dbae7f64
# CRDs
crds
:
enabled
:
true
# OTLP default configuration.
otlp
:
# -- otlp endpoint where the otlp receivers are listening
...
...
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