nodes/htz-cloud.influxdb: add influxdb2 to node
This commit is contained in:
parent
1a0e68e2e7
commit
2f222371c3
1 changed files with 15 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue