Skip to content

Commit fda7f52

Browse files
committed
deploy: chart version update 1.3.24 to 1.3.25 - update rest nginx proxy log config
1 parent d252a12 commit fda7f52

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: SpaceONE monitoring Helm chart for Kubernetes
44

55
type: application
66

7-
version: 1.3.24
7+
version: 1.3.25
88
appVersion: 1.x.y
99

deploy/helm/config/proxy.conf

Lines changed: 2 additions & 2 deletions
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)