diff --git a/jwtproxy/supervisord.conf b/jwtproxy/supervisord.conf index 2b6b1a31..fe081c88 100644 --- a/jwtproxy/supervisord.conf +++ b/jwtproxy/supervisord.conf @@ -22,6 +22,12 @@ user = proxy ; ; Unix socket paths are specified by command line. command=/app/server.py --port=808%(process_num)s +; Kubernetes readOnlyRootFilesystem fix +stdout_logfile=/proc/self/fd/1 +stdout_logfile_maxbytes=0 +stderr_logfile=/proc/self/fd/2 +stderr_logfile_maxbytes=0 + ; user=nobody autostart=true autorestart=true