Skip to content

Commit

Permalink
Merge pull request nexodus-io#1967 from chirino/main
Browse files Browse the repository at this point in the history
grafana: update CRDs to new version structure.
  • Loading branch information
chirino authored Mar 7, 2024
2 parents fb0fc8e + 3a633db commit a64a20d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ kind: GrafanaDashboard
metadata:
name: nexodus-dashboard
spec:
resyncPeriod: 30s
instanceSelector:
matchLabels:
dashboards: "nexodus-grafana"
json: >
{
"annotations": {
Expand Down
20 changes: 6 additions & 14 deletions deploy/nexodus-monitoring/base/grafana/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ apiVersion: grafana.integreatly.org/v1beta1
kind: Grafana
metadata:
name: nexodus-grafana
labels:
dashboards: "nexodus-grafana"
spec:
client:
preferService: true
ingress:
enabled: true
hostname: grafana.127.0.0.1.nip.io
path: /
pathType: Prefix
preferIngress: false
config:
log:
mode: "console"
Expand All @@ -20,12 +17,7 @@ spec:
server:
root_url: http://grafana.127.0.0.1.nip.io
auth:
disable_login_form: false
disable_signout_menu: true
disable_login_form: "false"
disable_signout_menu: "true"
auth.anonymous:
enabled: true
dashboardLabelSelector:
- matchExpressions:
- key: app.kubernetes.io/component
operator: In
values: [grafana]
enabled: "true"

0 comments on commit a64a20d

Please sign in to comment.