1 parent d252a12 commit fda7f52Copy full SHA for fda7f52
2 files changed
deploy/helm/Chart.yaml
@@ -4,6 +4,6 @@ description: SpaceONE monitoring Helm chart for Kubernetes
4
5
type: application
6
7
-version: 1.3.24
+version: 1.3.25
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