Skip to content

Commit

Permalink
feat(cloud): update helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Nov 16, 2021
1 parent f18d64a commit 7a2d153
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cloud-screenshot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: cloud-screenshot
version: 0.5.3
version: 0.5.4
5 changes: 5 additions & 0 deletions charts/cloud-screenshot/templates/nginx-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,10 @@ data:
fastcgi_read_timeout 60;
fastcgi_pass php;
}
location /healthz {
access_log off;
return 200;
}
}
}

0 comments on commit 7a2d153

Please sign in to comment.