Explorar el Código

HUE-8744 [k8s] Set to use Gunicorn

Romain hace 6 años
padre
commit
a96977707c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      tools/kubernetes/helm/hue/values.yaml

+ 3 - 1
tools/kubernetes/helm/hue/values.yaml

@@ -25,12 +25,14 @@ hue:
       interface=sqlalchemy
       options='{"url": "postgresql://hue:hue@hue-postgres:5432/hue"}'
 
-
   ini: |
     [desktop]
     app_blacklist=filebrowser,search,hbase,security,jobbrowser,metastore
     django_debug_mode=true
 
+    use_cherrypy_server=false
+    gunicorn_work_class=gevent
+
     [[task_server]]
     enabled=true
     broker_url=redis://redis:6379/0