Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/web-app-managed-identity/scripts/00-variables.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Variables

# Azure Resources
PREFIX='zeus'
PREFIX='local'
SUFFIX='test'
LOCATION='italynorth'
RESOURCE_GROUP_NAME="${PREFIX}-rg"
Expand All @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions samples/web-app-managed-identity/scripts/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion samples/web-app-managed-identity/scripts/httproute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/01-system-assigned-managed-identity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/01-user-assigned-managed-identity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down