diff --git a/conf/kea-dhcp4.conf.env b/conf/kea-dhcp4.conf.env index 1d54f8e..ab466e4 100644 --- a/conf/kea-dhcp4.conf.env +++ b/conf/kea-dhcp4.conf.env @@ -186,12 +186,12 @@ "peers": [ { "name": "kea-0.kea.kea.svc.cluster.local", - "url": "http://kea-0.kea.kea.svc.cluster.local:8080/", + "url": "http://127.0.0.1:10000/", "role": "primary" }, { "name": "kea-1.kea.kea.svc.cluster.local", - "url": "http://kea-1.kea.kea.svc.cluster.local:8080/", + "url": "http://127.0.0.1:10001/", "role": "standby" } ] diff --git a/conf/kea-dhcp6.conf.env b/conf/kea-dhcp6.conf.env index ff43bf9..4dd5927 100644 --- a/conf/kea-dhcp6.conf.env +++ b/conf/kea-dhcp6.conf.env @@ -187,12 +187,12 @@ "peers": [ { "name": "kea-0.kea.kea.svc.cluster.local", - "url": "http://kea-0.kea.kea.svc.cluster.local:8080/", + "url": "http://127.0.0.1:10000/", "role": "primary" }, { "name": "kea-1.kea.kea.svc.cluster.local", - "url": "http://kea-1.kea.kea.svc.cluster.local:8080/", + "url": "http://127.0.0.1:10001/", "role": "standby" } ]