Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / contrib / components / netbox / components / netbox-app / resources / config / configuration / gunicorn_config.py
1 command = '/usr/bin/gunicorn'
2 pythonpath = '/opt/netbox/netbox'
3 bind = '0.0.0.0:{{ .Values.service.internalPort }}'
4 workers = 3
5 errorlog = '-'
6 accesslog = '-'
7 capture_output = False
8 loglevel = 'debug'