Skip to content

Commit

Permalink
update cloud server docker image and helm chart [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jun 17, 2020
1 parent 59118bd commit 73366d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/cloud-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
name: Elegant Themes
name: cloud-server
version: 0.3.2
version: 0.3.3
10 changes: 1 addition & 9 deletions charts/cloud-server/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 73366d8

Please sign in to comment.