feat(docs): Update various chapters and structure

This commit is contained in:
Thorsten Rossner
2023-08-01 17:25:13 +00:00
parent 2f1873454c
commit 42232db5db
3 changed files with 141 additions and 19 deletions

View File

@@ -27,8 +27,8 @@ variables:
- "develop"
- "hubble"
- "prototype"
TLD:
description: "Define the Cluster Domain (TLD)."
BASE_DOMAIN:
description: "Define the Cluster Base Domain."
value: "souvap-univention.de"
options:
- "souvap-univention.de"
@@ -116,8 +116,8 @@ variables:
- "yes"
- "no"
# please use the following set of variables with normalized names:
DOMAIN: "${NAMESPACE}.${CLUSTER}.${TLD}"
ISTIO_DOMAIN: "${NAMESPACE}.istio.${CLUSTER}.${TLD}"
DOMAIN: "${NAMESPACE}.${CLUSTER}.${BASE_DOMAIN}"
ISTIO_DOMAIN: "${NAMESPACE}.istio.${CLUSTER}.${BASE_DOMAIN}"
.deploy-common:
cache: {}