20482: Allows the cluster operator to use an arbitrary domain.
[arvados.git] / tools / salt-install / config_examples / multi_host / aws / pillars / grafana.sls
index 1cdff39a62b5ac364050b4746bc2ebfca242a32b..b46615609777cebe6c92dd81a4a6ae29d98fdc3e 100644 (file)
@@ -17,7 +17,7 @@ grafana:
         - pkg: grafana
   config:
     default:
-      instance_name: __CLUSTER__.__DOMAIN__
+      instance_name: __DOMAIN__
     security:
       admin_user: {{ "__MONITORING_USERNAME__" | yaml_dquote }}
       admin_password: {{ "__MONITORING_PASSWORD__" | yaml_dquote }}
@@ -26,5 +26,5 @@ grafana:
       protocol: http
       http_addr: 127.0.0.1
       http_port: 3000
-      domain: grafana.__CLUSTER__.__DOMAIN__
-      root_url: https://grafana.__CLUSTER__.__DOMAIN__
+      domain: grafana.__DOMAIN__
+      root_url: https://grafana.__DOMAIN__