Skip to content

Instantly share code, notes, and snippets.

@ykocaman
Created September 28, 2021 12:33
Show Gist options
  • Save ykocaman/7eefdbe75b813a68dffbf7379cd89df3 to your computer and use it in GitHub Desktop.
Save ykocaman/7eefdbe75b813a68dffbf7379cd89df3 to your computer and use it in GitHub Desktop.
grafana:
adminUser: admin
adminPassword: prom-operator
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/rewrite-target: /$1
nginx.ingress.kubernetes.io/use-regex: "true"
path: /grafana/?(.*)
hosts:
- k8s.cluster.local
plugins:
- digrich-bubblechart-panel
- grafana-clock-panel
- grafana-piechart-panel
grafana.ini:
server:
root_url: http://localhost:3000/grafana
smtp:
enabled: true
host: smtp.gmail.com:587
user: "user@gmail.com"
password: "pass"
skip_verify: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment