diff --git a/docs/content/guides/kamaji-azure-deployment-guide.md b/docs/content/guides/kamaji-azure-deployment-guide.md index 8c09667..f6d75e0 100644 --- a/docs/content/guides/kamaji-azure-deployment-guide.md +++ b/docs/content/guides/kamaji-azure-deployment-guide.md @@ -198,12 +198,13 @@ spec: coreDNS: {} kubeProxy: {} konnectivity: - proxyPort: ${TENANT_PROXY_PORT} - resources: - requests: - cpu: 100m - memory: 128Mi - limits: {} + server: + port: ${TENANT_PROXY_PORT} + resources: + requests: + cpu: 100m + memory: 128Mi + limits: {} --- apiVersion: v1 kind: Service diff --git a/docs/content/guides/kamaji-deployment-guide.md b/docs/content/guides/kamaji-deployment-guide.md index 8ae3151..e36cb29 100644 --- a/docs/content/guides/kamaji-deployment-guide.md +++ b/docs/content/guides/kamaji-deployment-guide.md @@ -147,12 +147,13 @@ spec: coreDNS: {} kubeProxy: {} konnectivity: - proxyPort: ${TENANT_PROXY_PORT} - resources: - requests: - cpu: 100m - memory: 128Mi - limits: {} + server: + port: ${TENANT_PROXY_PORT} + resources: + requests: + cpu: 100m + memory: 128Mi + limits: {} EOF kubectl -n ${TENANT_NAMESPACE} apply -f ${TENANT_NAMESPACE}-${TENANT_NAME}-tcp.yaml