values.yaml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. image:
  2. registry: "gethue"
  3. tag: "latest"
  4. pullPolicy: "IfNotPresent"
  5. hue:
  6. replicas: 2
  7. database:
  8. create: true
  9. persist: true
  10. engine: "postgresql_psycopg2"
  11. host: "postgres-hue"
  12. port: 5432
  13. user: "hue"
  14. password: "hue"
  15. #password_script=echo ${DATABASE_PASSWORD}
  16. name: "hue"
  17. storageName: "microk8s-hostpath"
  18. interpreters: |
  19. [[[postgresql]]]
  20. name = postgresql
  21. interface=sqlalchemy
  22. options='{"url": "postgresql://hue:hue@postgres-hue:5432/hue"}'
  23. ini: |
  24. [desktop]
  25. secret_key=hue123
  26. app_blacklist=filebrowser,search,hbase,security,jobbrowser,oozie
  27. django_debug_mode=false
  28. gunicorn_work_class=gevent
  29. enable_prometheus=true
  30. [[task_server]]
  31. enabled=false
  32. broker_url=redis://redis:6379/0
  33. result_cache='{"BACKEND": "django_redis.cache.RedisCache", "LOCATION": "redis://redis:6379/0", "OPTIONS": {"CLIENT_CLASS": "django_redis.client.DefaultClient"},"KEY_PREFIX": "queries"}'
  34. celery_result_backend=redis://redis:6379/0
  35. balancer:
  36. enabled: true
  37. workers:
  38. enabled: false
  39. replicas: 1
  40. scheduler:
  41. enabled: false
  42. websocket:
  43. enabled: false
  44. replicas: 1
  45. monitoring:
  46. enabled: false
  47. tracing:
  48. enabled: false
  49. cron:
  50. enabled: false
  51. emailStats: "0 13 * * WED,SUN"
  52. ingress:
  53. create: false
  54. hasAuth: false
  55. type: "nginx"
  56. # type: "nginx-ssl"
  57. # type: "nginx-ssl-staging"
  58. # type: "traefik"
  59. domain: "demo.gethue.com"
  60. email: "team@gethue.com"
  61. loadBalancerIp: "127.0.0.1"
  62. aws:
  63. accessKeyId: ""
  64. secretAccessKey: ""
  65. awsRegion: "us-east-1"
  66. hive:
  67. site: |
  68. <!--
  69. <property>
  70. <name>hive.support.concurrency</name>
  71. <value>false</value>
  72. <description>Whether hive supports concurrency or not. A zookeeper instance must be up and running for the default hive lock manager to support read-write locks.</description>
  73. </property>
  74. -->
  75. ## Pod Annotations
  76. # podAnnotations: {}
  77. ## Pod Labels
  78. # podLabels: {}