Skip to content

Commit

Permalink
Updates for WebUI
Browse files Browse the repository at this point in the history
  • Loading branch information
trispera authored Mar 10, 2025
1 parent d03684d commit e784b1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
version: 8.10.x
description: Prometheus and Grafana Helm Chart for Rahti platform
Link to the repo https://github.com/CSCfi/helm-charts
version: 2.0.0
version: 2.0.1
sources:
- https://github.com/CSCfi/helm-charts
icon: https://miro.medium.com/v2/resize:fit:640/format:webp/0*4G5AVIBCAKMU1Ctl.png
28 changes: 0 additions & 28 deletions charts/prometheus-grafana/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,6 @@
},
"type": "object"
},
"securityContext": {
"properties": {
"fsGroup": {
"type": "null"
},
"runAsGroup": {
"type": "null"
},
"runAsUser": {
"type": "null"
}
},
"type": "object"
},
"serviceAccount": {
"properties": {
"create": {
Expand Down Expand Up @@ -147,20 +133,6 @@
},
"type": "array"
},
"securityContext": {
"properties": {
"fsGroup": {
"type": "null"
},
"runAsGroup": {
"type": "null"
},
"runAsUser": {
"type": "null"
}
},
"type": "object"
},
"useExistingClusterRoleName": {
"type": "string"
}
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ prometheus:
- role: endpoints
namespaces:
names:
- graf # Enter the name of your namespace/project here
- # Enter the name of your namespace/project here
relabel_configs:
- source_labels: [__meta_kubernetes_service_annotation_prometheus_io_scrape_slow]
action: keep
Expand Down Expand Up @@ -103,7 +103,7 @@ prometheus:
- role: pod
namespaces:
names:
- graf # Enter the name of your namespace/project here
- # Enter the name of your namespace/project here
relabel_configs:
- source_labels: [__meta_kubernetes_pod_annotation_prometheus_io_scrape]
action: keep
Expand Down

0 comments on commit e784b1d

Please sign in to comment.