mirror of
https://github.com/outbackdingo/kamaji.git
synced 2026-01-27 10:19:29 +00:00
docs: updating to api specification tcp.spec.networkProfile.certSANs
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user