diff --git a/charts/cloud-server/Chart.yaml b/charts/cloud-server/Chart.yaml index 8a7d8b0..a829f11 100644 --- a/charts/cloud-server/Chart.yaml +++ b/charts/cloud-server/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: 0.0.4_2 +appVersion: 0.0.4_3 description: Elegant Themes Cloud Server icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png maintainers: - email: dustin@elegantthemes.com name: Elegant Themes name: cloud-server -version: 0.3.2 +version: 0.3.3 diff --git a/charts/cloud-server/templates/ingress.yml b/charts/cloud-server/templates/ingress.yml index c814c29..c3abd34 100644 --- a/charts/cloud-server/templates/ingress.yml +++ b/charts/cloud-server/templates/ingress.yml @@ -52,15 +52,7 @@ spec: - host: {{ .Values.VIRTUAL_HOST }} http: paths: - - path: /api(/[^/]+)?(/wp-.*) - backend: - serviceName: cloud-server - servicePort: fastcgi - - path: /api(/[^/]+)?(/.*\.php) - backend: - serviceName: cloud-server - servicePort: fastcgi - - path: /api(/|$)(.*) + - path: /api(/|$)(.*\.php) backend: serviceName: cloud-server servicePort: fastcgi