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 host: alpha.central-storage.freeleaps.mathmast.com
class: nginx class: nginx
rules: rules:
- path: /* - path: /
pathType: ImplementationSpecific pathType: Prefix
backend: backend:
service: service:
name: central-storage-service name: central-storage-service

View File

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

View File

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

View File

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