Skip to content

Commit

Permalink
Update grafana
Browse files Browse the repository at this point in the history
Signed-off-by: GeorgeGedox <[email protected]>
  • Loading branch information
GeorgeGedox committed Oct 27, 2023
1 parent 80ae97f commit 2fd35bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cluster/apps/monitoring/grafana/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ spec:
- name: authentik
namespace: security
values:
rbac:
pspEnabled: false
env:
GF_EXPLORE_ENABLED: true
GF_PANELS_DISABLE_SANITIZE_HTML: true
Expand Down Expand Up @@ -139,6 +137,8 @@ spec:
jsonData:
dbName: geoip2influx
httpMode: POST
secureJsonData:
password: "${SECRET_INFLUXDB_ADMIN_PASS}"
dashboards:
default:
node-exporter-full:
Expand Down Expand Up @@ -187,7 +187,7 @@ spec:
swag:
gnetId: 12268
revision: 17
datasource: Prometheus
datasource: InfluxDB_v1
sidecar:
dashboards:
enabled: true
Expand All @@ -206,7 +206,7 @@ spec:
enabled: true
imageRenderer:
enabled: true
replicas: 3
replicas: 2
networkPolicy:
limitIngress: false
serviceMonitor:
Expand Down

0 comments on commit 2fd35bc

Please sign in to comment.