Commit Graph

18 Commits

Author SHA1 Message Date
Jason Witkowski f7a5fcf30f
helm: Add serviceAccounts, rbac, and small fixes (#13747)
Update suggested segment-cache path, Allow for per-service serviceAccounts in druid helm chart and finer-grained RBAC, and add a default annotation to historical statefulset.
2023-02-23 11:42:03 +05:30
Abhishek Agarwal 460d8b8a2a
Add license header to template file (#13811) 2023-02-15 04:12:15 -08:00
Jason Witkowski 355cdbeb86
helm: Fix PDB apiVersion to allow K8s 1.25+ deployment (#13783) 2023-02-15 11:24:01 +05:30
서재권(Data Platform) f3e19f69bb
Support prometheus emitter (#13531)
modify helm chart to support scraping from prometheus automatically
2023-02-14 15:40:07 +05:30
jamon d925ebdc9e
Bump app version in Helm Chart from 0.23.0 to 24.0.0 (#13341)
Co-authored-by: zemin <zemin.piao@adyen.com>
2023-02-08 11:48:47 +05:30
Jason Witkowski 5934d5fffe
helm: Stop helm chart from failing if zkHosts is not set (#13746) 2023-02-08 10:43:35 +05:30
Benedict Jin 59dfe7bed3
Add new probe delay configurations into Helm Chart doc (#12997) 2023-01-17 22:06:24 +05:30
Alejandro del Castillo de7ef81dff
helm: add Kubernetes discovery support (#13262)
The K8 discovery mechanism, enabled by the druid-kubernetes-extension,
relies on each pod advertising its name and namespace on the env
variables POD_NAME and POD_NAMESPACE [1]. Add env variables to all
deployments/statefulsets.

[1] https://druid.apache.org/docs/latest/development/extensions-core/kubernetes.html

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
2022-10-28 15:09:48 +05:30
Jacques Arnoux 6b0b1d7af3
replaces hard-coded probe delays with helm values (#12805) 2022-07-26 14:04:06 +05:30
Abhishek Agarwal 2fe053c5cb
Bump up the versions (#12480) 2022-04-27 14:28:20 +05:30
Sandeep b1de56a3be
update Druid Chart README doc and removes unnecessary lock file (#11945)
* update Druid Chart README doc and removes unnecessary lock file

* update Druid Chart README doc and removes unnecessary lock file
2021-11-22 21:34:26 +08:00
Sandeep 3042c1776c
upgrade app version to 0.22.0 (#11872)
Co-authored-by: Benedict Jin <asdf2014@apache.org>
2021-11-13 22:44:00 +08:00
Sandeep 400e90dc93
Remove Druid chart deprecation message and flag (#11897) 2021-11-13 22:38:13 +08:00
Nolan Emirot cd6867844f
docs: update helm flag (#11721)
In helm v3 the --name doesn't exist
2021-11-02 13:25:49 +08:00
Sandeep 52539de521
fixes data validation error using correct way to comment the license under templates (#11839) 2021-11-02 09:32:47 +08:00
Oops 651810f9e5
remove DEPRECATION part (#11326) 2021-06-09 15:52:43 +08:00
Hellis a24817d20a
Migrate helm chart from helm v2 to v3 (#11290)
* move all files from helm to helm/druid

* migrate druid helm chart from helm v2 to v3

* add license headers

* bump version to 0.3.0
2021-05-28 13:46:02 +08:00
Benedict Jin ed81548ff7
Add helm chart for Apache Druid (#11163)
* Add helm chart for Apache Druid

* Add license headers
2021-04-29 12:38:50 +08:00