Skip to content

Commit

Permalink
updating chart values for flux and helm-op
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fornaro <[email protected]>
  • Loading branch information
xunholy committed Aug 30, 2020
1 parent c622b27 commit 6d36516
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 20 deletions.
40 changes: 20 additions & 20 deletions config/flux/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ git:
registry:
disableScanning: true

# prometheus:
# enabled: true
# serviceMonitor:
# # Enables ServiceMonitor creation for the Prometheus Operator
# create: true
# interval: 30s
# scrapeTimeout: 10s
# namespace: flux
# additionalLabels: {}
prometheus:
enabled: true
serviceMonitor:
# Enables ServiceMonitor creation for the Prometheus Operator
create: true
interval: 30s
scrapeTimeout: 10s
namespace: flux
additionalLabels: {}

# syncGarbageCollection:
# enabled: true
# dry: false
syncGarbageCollection:
enabled: true
dry: false

# dashboards:
# # If enabled, flux will create a configmap with a dashboard in json that's going to be picked up by grafana
# # See https://github.com/helm/charts/tree/master/stable/grafana#configuration - `sidecar.dashboards.enabled`
# enabled: true
# # The namespace where the dashboard is deployed, defaults to the installation namespace
# namespace:
# # The prefix of the generated configmaps
# nameprefix: dashboard
dashboards:
# If enabled, flux will create a configmap with a dashboard in json that's going to be picked up by grafana
# See https://github.com/helm/charts/tree/master/stable/grafana#configuration - `sidecar.dashboards.enabled`
enabled: true
# # The namespace where the dashboard is deployed, defaults to the installation namespace
# namespace:
# # The prefix of the generated configmaps
# nameprefix: dashboard
15 changes: 15 additions & 0 deletions config/helm-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,18 @@ resources:
requests:
cpu: 50m
memory: 64Mi

prometheus:
enabled: true
serviceMonitor:
# Enables ServiceMonitor creation for the Prometheus Operator
create: true
interval:
scrapeTimeout:
namespace:
additionalLabels: {}

dashboards:
# If enabled, helm-operator will create a configmap with a dashboard in json that's going to be picked up by grafana
# See https://github.com/helm/charts/tree/master/stable/grafana#configuration - `sidecar.dashboards.enabled`
enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ spec:
repository: raspbernetes/k8s-sidecar
tag: 0.1.144
imagePullPolicy: Always
dashboards:
enabled: true
plugins:
- natel-discrete-panel
- pr0ps-trackmap-panel
Expand Down

0 comments on commit 6d36516

Please sign in to comment.