Code Review
/
oom.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c7d9f7b725a62fef01729c1f3ddbe2b734a71e93
[oom.git]
/
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'