Skip to content

Commit

Permalink
Update Helm Chart for cloud-server
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed May 21, 2020
1 parent 2ddef07 commit 4c2bbef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cloud-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ maintainers:
- email: [email protected]
name: Elegant Themes
name: cloud-server
version: 0.0.7
version: 0.0.8
4 changes: 2 additions & 2 deletions charts/cloud-server/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c2bbef

Please sign in to comment.