Skip to content

Commit b765602

Browse files
committed
deploy: chart version update 1.0.9 to 1.0.10 - update rest nginx proxy log config
1 parent fd76317 commit b765602

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/helm/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: Cloudforet Console API v2 Helm chart for Kubernetes
44

55
type: application
66

7-
version: 1.0.9
7+
version: 1.0.10
88
appVersion: 1.x.y
99

deploy/helm/config/proxy.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
server {
22
listen 80;
33

4-
access_log /var/log/nginx/spaceone-access.log main;
5-
error_log /var/log/nginx/spaceone-error.log warn;
4+
access_log /dev/stdout main;
5+
error_log /dev/stderr warn;
66

77
location / {
88
proxy_pass http://localhost:8000/;

0 commit comments

Comments
 (0)