Set firewall rules for custom CIDR ranges (#293)

Signed-off-by: laszlojau <49835454+laszlojau@users.noreply.github.com>
This commit is contained in:
laszlojau
2024-02-23 04:04:36 +10:30
committed by GitHub
parent 060362178d
commit 9c8ba5c155
2 changed files with 5 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
---
cluster_cidr: "{{ (server_config_yaml | from_yaml)['cluster-cidr'] | default('10.42.0.0/16') }}"
service_cidr: "{{ (server_config_yaml | from_yaml)['service-cidr'] | default('10.43.0.0/16') }}"