We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd76317 commit b765602Copy full SHA for b765602
deploy/helm/Chart.yaml
@@ -4,6 +4,6 @@ description: Cloudforet Console API v2 Helm chart for Kubernetes
4
5
type: application
6
7
-version: 1.0.9
+version: 1.0.10
8
appVersion: 1.x.y
9
deploy/helm/config/proxy.conf
@@ -1,8 +1,8 @@
1
server {
2
listen 80;
3
- access_log /var/log/nginx/spaceone-access.log main;
- error_log /var/log/nginx/spaceone-error.log warn;
+ access_log /dev/stdout main;
+ error_log /dev/stderr warn;
location / {
proxy_pass http://localhost:8000/;
0 commit comments