File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ module "grafana" {
6
6
// Required parameters
7
7
dc = local. datacenter // Nomad datacenter for the cluster
8
8
namespace = local. namespace // Nomad namespace for the cluster
9
- hosts = [" cm2" ] // Host constraint for the job
10
9
admin_password = local. GRAFANA_ADMIN_PASSWORD // Password for the admin user
11
10
12
11
// Optional parameters
13
12
enabled = true // If false, no-op
13
+ hosts = [" server1" ] // Host constraint for the job. If not specified, the job will be deployed to one node
14
14
docker_tag = " latest" // Pull the latest version of the docker image every job restart
15
15
port = 3000 // Port to expose
16
- data = " /var/lib/influxdb" // Data persistence directory
16
+ data = " /var/lib/influxdb" // Data persistence directory. If not set, then data is not persisted
17
17
admin_email = " admin@mutablelogic" // Email address for the admin user
18
18
anonymous = false // When true, allow anonymous access as a viewer
19
19
}
You can’t perform that action at this time.
0 commit comments