Skip to content

Commit b65a2b6

Browse files
committed
Fix
1 parent 55ae013 commit b65a2b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scenarios/AksOpenAiTerraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ envsubst < quickstart-app.yml | kubectl apply -f -
6666
```bash
6767
kubectl wait --for=jsonpath="{.status.loadBalancer.ingress[0].ip}" service/ingress-nginx-controller
6868
PUBLIC_IP=$(kubectl get service/ingress-nginx-controller -o=jsonpath="{.status.loadBalancer.ingress[0].ip}")
69-
echo "Visit: https://$HOSTNAME (IP Address: $PUBLIC_IP)"
69+
echo "Visit: https://$HOSTNAME"
7070
```

scenarios/AksOpenAiTerraform/quickstart-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ spec:
6868
- $HOSTNAME
6969
secretName: tls-secret
7070
rules:
71-
- http:
71+
- host: $HOSTNAME
72+
http:
7273
paths:
7374
- path: /
7475
pathType: Prefix

0 commit comments

Comments
 (0)