Skip to content

Commit

Permalink
Update ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nanuchi committed Oct 16, 2021
1 parent 6ee6d57 commit 17ede01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04. External Access/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kind: Ingress
metadata:
name: my-app-ingress
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/rewrite-target: /
kubernetes.io/ingress.class: "nginx"
spec:
rules:
- host: your-load-balancer-domain-name
Expand Down

0 comments on commit 17ede01

Please sign in to comment.