nodes/gce.bind01: add nginx for powerdnsadmin
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2020-10-16 20:25:17 +02:00
parent 7c1c0f5e80
commit c5fc67660a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -8,6 +8,7 @@ nodes['gce.bind01'] = {
},
'groups': {
'dns',
'webserver',
},
'metadata': {
'interfaces': {
@ -19,6 +20,17 @@ nodes['gce.bind01'] = {
},
},
'external_ipv4': '34.89.208.78',
'nginx': {
'vhosts': {
'ns-1.kunbox.net': {
'proxy': {
'/': {
'target': 'http://127.0.0.1:8000/',
},
},
},
},
},
'vm': {
'cpu': 1,
'ram': 1,