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