From fbbf972f74227a1bedefcab0eaf72072a43ff357 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Sun, 23 Feb 2025 01:18:24 +0800 Subject: [PATCH] fix(nginx): update pathType to Prefix for multiple service rules Signed-off-by: zhenyus --- freeleaps/helm-pkg/central-storage/values.alpha.yaml | 4 ++-- freeleaps/helm-pkg/content/values.alpha.yaml | 4 ++-- freeleaps/helm-pkg/notification/values.alpha.yaml | 4 ++-- freeleaps/helm-pkg/payment/values.alpha.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/freeleaps/helm-pkg/central-storage/values.alpha.yaml b/freeleaps/helm-pkg/central-storage/values.alpha.yaml index 024e742b..1134817f 100644 --- a/freeleaps/helm-pkg/central-storage/values.alpha.yaml +++ b/freeleaps/helm-pkg/central-storage/values.alpha.yaml @@ -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 diff --git a/freeleaps/helm-pkg/content/values.alpha.yaml b/freeleaps/helm-pkg/content/values.alpha.yaml index a24019ec..ad0f1ef2 100644 --- a/freeleaps/helm-pkg/content/values.alpha.yaml +++ b/freeleaps/helm-pkg/content/values.alpha.yaml @@ -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 diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 53f661de..926669ab 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -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 diff --git a/freeleaps/helm-pkg/payment/values.alpha.yaml b/freeleaps/helm-pkg/payment/values.alpha.yaml index fe51d63b..67dc2736 100644 --- a/freeleaps/helm-pkg/payment/values.alpha.yaml +++ b/freeleaps/helm-pkg/payment/values.alpha.yaml @@ -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