From 2f222371c3268d8c0bf7d1b79f77696a9338e8a2 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 24 Apr 2021 10:35:41 +0200 Subject: [PATCH] nodes/htz-cloud.influxdb: add influxdb2 to node --- nodes/htz-cloud/influxdb.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/nodes/htz-cloud/influxdb.py b/nodes/htz-cloud/influxdb.py index e8b2a17..98b8caa 100644 --- a/nodes/htz-cloud/influxdb.py +++ b/nodes/htz-cloud/influxdb.py @@ -1,10 +1,12 @@ nodes['htz-cloud.influxdb'] = { 'hostname': '116.203.84.44', 'bundles': { + 'influxdb2', 'zfs', }, 'groups': { 'debian-buster', + 'webserver', }, 'metadata': { 'interfaces': { @@ -31,6 +33,19 @@ nodes['htz-cloud.influxdb'] = { 'backups': { 'exclude_from_backups': True, }, + 'nginx': { + 'vhosts': { + 'influxdb': { + 'domain': 'influxdb.kunsmann.eu', + 'proxy': { + '/': { + 'target': 'http://localhost:8086', + 'websockets': True, + }, + }, + }, + }, + }, 'vm': { 'cpu': 1, 'ram': 2,