diff --git a/samples/web-app-managed-identity/scripts/00-variables.sh b/samples/web-app-managed-identity/scripts/00-variables.sh index 4954ef0..fdfae0c 100755 --- a/samples/web-app-managed-identity/scripts/00-variables.sh +++ b/samples/web-app-managed-identity/scripts/00-variables.sh @@ -1,7 +1,7 @@ # Variables # Azure Resources -PREFIX='zeus' +PREFIX='local' SUFFIX='test' LOCATION='italynorth' RESOURCE_GROUP_NAME="${PREFIX}-rg" @@ -18,7 +18,7 @@ CURRENT_DIR="$(cd "$(dirname "$0")" && pwd)" # DNS DNS_ZONE_RESOURCE_GROUP_NAME="dns-rg" DNS_ZONE_NAME="babosbird.com" -SUBDOMAIN="planner.zeus" +SUBDOMAIN="planner.local" # Storage Account STORAGE_ACCOUNT_NAME="${PREFIX}storage${SUFFIX}" diff --git a/samples/web-app-managed-identity/scripts/gateway.yml b/samples/web-app-managed-identity/scripts/gateway.yml index 7a53a50..8cf9697 100644 --- a/samples/web-app-managed-identity/scripts/gateway.yml +++ b/samples/web-app-managed-identity/scripts/gateway.yml @@ -8,14 +8,14 @@ metadata: spec: gatewayClassName: nginx listeners: - - hostname: zeus.echo.babosbird.com + - hostname: local.echo.babosbird.com name: http port: 80 protocol: HTTP allowedRoutes: namespaces: from: All - - hostname: zeus.echo.babosbird.com + - hostname: local.echo.babosbird.com name: https port: 443 protocol: HTTPS diff --git a/samples/web-app-managed-identity/scripts/httproute.yml b/samples/web-app-managed-identity/scripts/httproute.yml index 0098f73..b2d7a36 100644 --- a/samples/web-app-managed-identity/scripts/httproute.yml +++ b/samples/web-app-managed-identity/scripts/httproute.yml @@ -6,7 +6,7 @@ metadata: name: vacation-planner-blob spec: hostnames: - - planner.zeus.babosbird.com + - planner.local.babosbird.com parentRefs: - name: vacation-planner-blob port: 443 diff --git a/scripts/01-system-assigned-managed-identity.sh b/scripts/01-system-assigned-managed-identity.sh index 15d079b..ded56d3 100755 --- a/scripts/01-system-assigned-managed-identity.sh +++ b/scripts/01-system-assigned-managed-identity.sh @@ -3,7 +3,7 @@ # Variables # Azure Kubernetes Service (AKS) cluster -prefix="local" # zeus, poseidon, hades, demeter, apollo, artemis, ares, athena, hephaestus, hermes +prefix="local" # local, poseidon, hades, demeter, apollo, artemis, ares, athena, hephaestus, hermes suffix="test" aks_cluster_name="$prefix-aks-$suffix" resource_group_name="$prefix-rg" diff --git a/scripts/01-user-assigned-managed-identity.sh b/scripts/01-user-assigned-managed-identity.sh index a27ae37..def718b 100755 --- a/scripts/01-user-assigned-managed-identity.sh +++ b/scripts/01-user-assigned-managed-identity.sh @@ -3,7 +3,7 @@ # Variables # Azure Kubernetes Service (AKS) cluster -prefix="local" # horus, zeus, poseidon, hades, demeter, apollo, artemis, ares, athena, hephaestus, hermes +prefix="local" # horus, local, poseidon, hades, demeter, apollo, artemis, ares, athena, hephaestus, hermes suffix="test" aks_cluster_name="$prefix-aks-$suffix" aks_managed_identity_name="$prefix-aks-identity-$suffix"