kube transfer to single-node host
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
wireguard:
|
||||
listen_port: 51821
|
||||
allowed_ips: fd00:fd41:d0f1:1010::0/64
|
||||
interface: duconet-wg
|
||||
peers:
|
||||
- name: yellow
|
||||
@@ -24,25 +23,39 @@ peers:
|
||||
- name: nextcloud-aio
|
||||
public_key: G4L1WGm9nIwaw2p6oZqT4W7+ekoziCePrjI8AFwXHTw=
|
||||
endpoint: nextcloud-aio.reeselink.com:51821
|
||||
- name: pivpn
|
||||
public_key: mhrhD+orgevCKJyf28KMvzHGy+0LAmNomAN1XcwjrUI=
|
||||
endpoint: pivpn.reeselink.com:51821
|
||||
ip:
|
||||
yellow:
|
||||
address: fd00:fd41:d0f1:1010::1
|
||||
address_ipv6: fd00:fd41:d0f1:1010::1
|
||||
address_ipv4: 10.180.238.1
|
||||
hostname: yellow
|
||||
node1:
|
||||
address: fd00:fd41:d0f1:1010::3
|
||||
address_ipv6: fd00:fd41:d0f1:1010::3
|
||||
address_ipv4: 10.180.238.3
|
||||
hostname: node1
|
||||
node2:
|
||||
address: fd00:fd41:d0f1:1010::4
|
||||
address_ipv6: fd00:fd41:d0f1:1010::4
|
||||
address_ipv4: 10.180.238.4
|
||||
hostname: node2
|
||||
node3:
|
||||
address: fd00:fd41:d0f1:1010::5
|
||||
address_ipv6: fd00:fd41:d0f1:1010::5
|
||||
address_ipv4: 10.180.238.5
|
||||
hostname: node3
|
||||
driveripper:
|
||||
address: fd00:fd41:d0f1:1010::6
|
||||
address_ipv6: fd00:fd41:d0f1:1010::6
|
||||
address_ipv4: 10.180.238.6
|
||||
hostname: driveripper
|
||||
unifi-external:
|
||||
address: fd00:fd41:d0f1:1010::7
|
||||
address_ipv6: fd00:fd41:d0f1:1010::7
|
||||
address_ipv4: 10.180.238.7
|
||||
hostname: unifi-external
|
||||
nextcloud-aio:
|
||||
address: fd00:fd41:d0f1:1010::8
|
||||
address_ipv6: fd00:fd41:d0f1:1010::8
|
||||
address_ipv4: 10.180.238.8
|
||||
hostname: nextcloud-aio
|
||||
pivpn:
|
||||
address_ipv6: fd00:fd41:d0f1:1010::9
|
||||
address_ipv4: 10.180.238.9
|
||||
hostname: pivpn
|
||||
|
||||
Reference in New Issue
Block a user