Skip to content

Commit

Permalink
BC-5197 - change ingress rule pathType to Prefix (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Sep 21, 2023
1 parent 1bc9012 commit 50d1a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/superhero-dashboard/templates/ingress.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
paths:
### SHD
- path: /
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: shd-svc
Expand Down

0 comments on commit 50d1a59

Please sign in to comment.