Skip to content

Commit

Permalink
Update aks-store-ingress-quickstart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbour authored Apr 11, 2024
1 parent 21d95e2 commit feb4eab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aks-store-ingress-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,12 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: store-front
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$2
nginx.ingress.kubernetes.io/use-regex: "true"
spec:
ingressClassName: webapprouting.kubernetes.azure.com
rules:
- http:
paths:
- path: /store-front(/|$)(.*)
- path: /
pathType: Prefix
backend:
service:
Expand Down

0 comments on commit feb4eab

Please sign in to comment.