Use valid ipv4 CIDR ranges
This commit is contained in:
parent
f7628101af
commit
a5eebfbf22
2 changed files with 2 additions and 2 deletions
src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s
|
@ -9,5 +9,5 @@ data:
|
|||
- name: default
|
||||
protocol: layer2
|
||||
addresses:
|
||||
- ${node_ipv4}/32
|
||||
- ${node_ipv4}/29
|
||||
- ${node_ipv6}/128
|
|
@ -9,4 +9,4 @@ data:
|
|||
- name: default
|
||||
protocol: layer2
|
||||
addresses:
|
||||
- ${node_ipv4}/32
|
||||
- ${node_ipv4}/29
|
Loading…
Add table
Reference in a new issue