values.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. image:
  2. registry: "gethue"
  3. tag: "latest"
  4. pullPolicy: "Always"
  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=sync
  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. api:
  38. enabled: false
  39. domain: api.gethue.com
  40. workers:
  41. enabled: false
  42. replicas: 1
  43. scheduler:
  44. enabled: false
  45. websocket:
  46. enabled: false
  47. replicas: 1
  48. monitoring:
  49. enabled: false
  50. alerting:
  51. enabled: false
  52. tracing:
  53. enabled: false
  54. cron:
  55. enabled: false
  56. emailStats: "0 13 * * WED,SUN"
  57. ingress:
  58. create: false
  59. hasAuth: false
  60. type: "nginx"
  61. # type: "nginx-ssl"
  62. # type: "nginx-ssl-staging"
  63. # type: "traefik"
  64. domain: "demo.gethue.com"
  65. # extraHosts:
  66. # - "demo.hue.com"
  67. # annotations: {}
  68. email: "team@gethue.com"
  69. loadBalancerIp: "127.0.0.1"
  70. aws:
  71. accessKeyId: ""
  72. secretAccessKey: ""
  73. awsRegion: "us-east-1"
  74. hive:
  75. site: |
  76. <!--
  77. <property>
  78. <name>hive.support.concurrency</name>
  79. <value>false</value>
  80. <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>
  81. </property>
  82. -->
  83. ## Pod Annotations
  84. # podAnnotations: {}
  85. ## Pod Labels
  86. # podLabels: {}