Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[k8s] Use gunicorn sync mode in helm install for now
  • Loading branch information
romainr committed Mar 25, 2021
1 parent 11bc84b commit a37d574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/kubernetes/helm/hue/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
description: Hue is an SQL Cloud Editor for Data Warehouses and Databases.
name: hue
version: 1.0.0
version: 1.0.1
appVersion: 1.0
keywords:
- Hue
Expand Down
2 changes: 1 addition & 1 deletion tools/kubernetes/helm/hue/values.yaml
Expand Up @@ -25,7 +25,7 @@ hue:
secret_key=hue123
app_blacklist=filebrowser,search,hbase,security,jobbrowser,oozie
django_debug_mode=false
gunicorn_work_class=gevent
gunicorn_work_class=sync
enable_prometheus=true
[[task_server]]
Expand Down

0 comments on commit a37d574

Please sign in to comment.