docs: updating to api specification tcp.spec.networkProfile.certSANs

This commit is contained in:
Dario Tranchitella
2022-07-08 22:21:26 +02:00
parent a67e0f51c7
commit 48fdd6088d
3 changed files with 6 additions and 3 deletions

View File

@@ -136,7 +136,8 @@ spec:
networkProfile:
address: "172.18.0.2"
port: 31443
domain: "clastix.labs"
certSANs:
- "test.clastixlabs.io"
serviceCidr: "10.96.0.0/16"
podCidr: "10.244.0.0/16"
dnsServiceIPs:

View File

@@ -129,7 +129,8 @@ spec:
- LimitRanger
networkProfile:
port: 6443
domain: ${KAMAJI_REGION}.cloudapp.azure.com
certSANs:
- ${TENANT_NAME}.${KAMAJI_REGION}.cloudapp.azure.com
serviceCidr: ${TENANT_SVC_CIDR}
podCidr: ${TENANT_POD_CIDR}
dnsServiceIPs:

View File

@@ -62,7 +62,8 @@ spec:
networkProfile:
address: ${TENANT_ADDR}
port: ${TENANT_PORT}
domain: ${TENANT_DOMAIN}
certSANs:
- ${TENANT_NAME}.${TENANT_DOMAIN}
serviceCidr: ${TENANT_SVC_CIDR}
podCidr: ${TENANT_POD_CIDR}
dnsServiceIPs: