Add grafana install with dashboards provisioning depending on the exporters configured #1
@ -76,3 +76,4 @@ grafana_users_viewers_can_edit: false
|
|||||||
grafana_log_level: error
|
grafana_log_level: error
|
||||||
grafana_router_logging: false
|
grafana_router_logging: false
|
||||||
grafana_disable_sanitize_html: true
|
grafana_disable_sanitize_html: true
|
||||||
|
grafana_traefik_entrypoint: 'websecure'
|
||||||
|
@ -61,7 +61,7 @@ services:
|
|||||||
traefik.http.routers.grafana.rule: Host(`{{ grafana_domain|default(omit) }}`)
|
traefik.http.routers.grafana.rule: Host(`{{ grafana_domain|default(omit) }}`)
|
||||||
traefik.http.routers.grafana.tls: true
|
traefik.http.routers.grafana.tls: true
|
||||||
traefik.http.routers.grafana.tls.certresolver: letsencrypt
|
traefik.http.routers.grafana.tls.certresolver: letsencrypt
|
||||||
traefik.http.routers.grafana.entrypoints: websecure
|
traefik.http.routers.grafana.entrypoints: "{{ grafana_traefik_entrypoint }}"
|
||||||
traefik.http.services.grafana.loadbalancer.server.port: 3000
|
traefik.http.services.grafana.loadbalancer.server.port: 3000
|
||||||
{% else %}
|
{% else %}
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user