diff --git a/charts/cloud-server/Chart.yaml b/charts/cloud-server/Chart.yaml index 91727d6..cbaa9ef 100644 --- a/charts/cloud-server/Chart.yaml +++ b/charts/cloud-server/Chart.yaml @@ -6,4 +6,4 @@ maintainers: - email: dustin@elegantthemes.com name: Elegant Themes name: cloud-server -version: 0.0.7 +version: 0.0.8 diff --git a/charts/cloud-server/templates/ingress.yml b/charts/cloud-server/templates/ingress.yml index 0081978..d620a22 100644 --- a/charts/cloud-server/templates/ingress.yml +++ b/charts/cloud-server/templates/ingress.yml @@ -51,11 +51,11 @@ spec: - host: {{ .Values.VIRTUAL_HOST }} http: paths: - - path: ^/api(/[^/]+)?(/wp-.*) + - path: /api(/[^/]+)?(/wp-.*) backend: serviceName: cloud-server servicePort: fastcgi - - path: ^/api(/[^/]+)?(/.*\.php) + - path: /api(/[^/]+)?(/.*\.php) backend: serviceName: cloud-server servicePort: fastcgi