Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/api/ingress-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ spec:
port:
number: 5585
path: /(.*)
pathType: Prefix
pathType: ImplementationSpecific
2 changes: 1 addition & 1 deletion base/api/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
port:
number: 5585
path: /matches/[^/]+/backup-rounds/map/.*
pathType: Prefix
pathType: ImplementationSpecific
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down
2 changes: 1 addition & 1 deletion base/minio/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ spec:
port:
number: 9090
path: /(.*)
pathType: Prefix
pathType: ImplementationSpecific
2 changes: 1 addition & 1 deletion base/web/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ spec:
port:
number: 3000
path: /(.*)
pathType: Prefix
pathType: ImplementationSpecific