Skip to content

Commit

Permalink
BC-5197 - change ingress rule pathType to prefix for all (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Sep 21, 2023
1 parent e49c563 commit 7741200
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 70 deletions.
8 changes: 4 additions & 4 deletions ansible/roles/erwin-idm/templates/ingress.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@ spec:
http:
paths:
- path: /realms/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: erwinidm-svc
port:
number: {{ ERWINIDM_PORT }}
- path: /resources/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: erwinidm-svc
port:
number: {{ ERWINIDM_PORT }}
- path: /js/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: erwinidm-svc
port:
number: {{ ERWINIDM_PORT }}
- path: /robots.txt
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: erwinidm-svc
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/hydra/templates/ingress.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
http:
paths:
- path: /
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: hydra-svc
Expand Down
10 changes: 5 additions & 5 deletions ansible/roles/libreoffice/templates/ingress.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,35 @@ spec:
http:
paths:
- path: /loleaflet
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: libreoffice-svc
port:
number: 9980
- path: /hosting/discovery
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: libreoffice-svc
port:
number: 9980
- path: /lool/(.*)/ws
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: libreoffice-svc
port:
number: 9980
- path: /lool
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: libreoffice-svc
port:
number: 9980
- path: /lool/adminws
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: libreoffice-svc
Expand Down
10 changes: 5 additions & 5 deletions ansible/roles/oidcmock/templates/ingress.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,35 @@ spec:
http:
paths:
- path: /home/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: oidcmock-svc
port:
number: {{ OIDCMOCK_PORT }}
- path: /Account/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: oidcmock-svc
port:
number: {{ OIDCMOCK_PORT }}
- path: /connect/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: oidcmock-svc
port:
number: {{ OIDCMOCK_PORT }}
- path: /lib/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: oidcmock-svc
port:
number: {{ OIDCMOCK_PORT }}
- path: /css/
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: oidcmock-svc
Expand Down
Loading

0 comments on commit 7741200

Please sign in to comment.