diff --git a/docs/content/reference/api.md b/docs/content/reference/api.md
index a620d476..b5242075 100644
--- a/docs/content/reference/api.md
+++ b/docs/content/reference/api.md
@@ -13937,9 +13937,9 @@ Use this field to add additional hostnames when exposing the Tenant Control Plan
dnsServiceIPs |
[]string |
-
-
- Default: [10.96.0.10]
+ The DNS Service for internal resolution, it must match the Service CIDR.
+In case of empty value, the value is automatically computed according to the Service CIDR + 10 bits, e.g.:
+Service CIDR 10.96.0.0/16, the resulting DNS Service IP will be 10.96.0.10
|
false |
@@ -13959,7 +13959,7 @@ Example: {"192.168.1.0/24", "10.0.0.0/8"}
podCidr |
string |
- CIDR for Kubernetes Pods
+ CIDR for Kubernetes Pods: if empty, defaulted to 10.244.0.0/16.
Default: 10.244.0.0/16
|
@@ -13978,7 +13978,7 @@ Example: {"192.168.1.0/24", "10.0.0.0/8"}
serviceCidr |
string |
- Kubernetes Service
+ CIDR for Kubernetes Services: if empty, defaulted to 10.96.0.0/16.
Default: 10.96.0.0/16
|