A
Size: a a a
A
A
m
GG
A
A
GG
GG
GG
[supervisord]
nodaemon=true
[program:web]
command=gunicorn --bind 0.0.0.0:5900 --workers 4 my_app.wsgi:application --preload
autostart=true
autorestart=true
stdout_events_enabled=true
stderr_events_enabled=true
stdout_logfile=./web.log
stdout_logfile_maxbytes=1000000
A
GG
A
GG
#!/bin/bash
kubectl proxy &
my_commands
GG
A
GG
A
A
A