fix(nginx): update pathType to Prefix for multiple service rules

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-23 01:18:24 +08:00
parent 11cc1a4f89
commit fbbf972f74
4 changed files with 8 additions and 8 deletions

View File

@ -32,8 +32,8 @@ centralStorage:
host: alpha.central-storage.freeleaps.mathmast.com
class: nginx
rules:
- path: /*
pathType: ImplementationSpecific
- path: /
pathType: Prefix
backend:
service:
name: central-storage-service

View File

@ -32,8 +32,8 @@ content:
host: alpha.content.freeleaps.mathmast.com
class: nginx
rules:
- path: /*
pathType: ImplementationSpecific
- path: /
pathType: Prefix
backend:
service:
name: content-service

View File

@ -32,8 +32,8 @@ notification:
host: alpha.notification.freeleaps.mathmast.com
class: nginx
rules:
- path: /*
pathType: ImplementationSpecific
- path: /
pathType: Prefix
backend:
service:
name: notification-service

View File

@ -32,8 +32,8 @@ payment:
host: alpha.payment.freeleaps.mathmast.com
class: nginx
rules:
- path: /*
pathType: ImplementationSpecific
- path: /
pathType: Prefix
backend:
service:
name: payment-service