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,