Skip to content

Commit a37d574

Browse files
committed
[k8s] Use gunicorn sync mode in helm install for now
1 parent 11bc84b commit a37d574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/kubernetes/helm/hue/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Hue is an SQL Cloud Editor for Data Warehouses and Databases.
33
name: hue
4-
version: 1.0.0
4+
version: 1.0.1
55
appVersion: 1.0
66
keywords:
77
- Hue

tools/kubernetes/helm/hue/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hue:
2525
secret_key=hue123
2626
app_blacklist=filebrowser,search,hbase,security,jobbrowser,oozie
2727
django_debug_mode=false
28-
gunicorn_work_class=gevent
28+
gunicorn_work_class=sync
2929
enable_prometheus=true
3030
3131
[[task_server]]

0 commit comments

Comments
 (0)