You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by as...@apache.org on 2021/04/29 04:39:24 UTC

[druid] branch master updated (941440a -> ed81548)

This is an automated email from the ASF dual-hosted git repository.

asdf2014 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 941440a  Suggest using svn mv; clarify the process for doc updating (#11162)
     add ed81548  Add helm chart for Apache Druid (#11163)

No new revisions were added by this update.

Summary of changes:
 helm/Chart.yaml                               |  29 ++
 helm/README.md                                | 209 +++++++++++++
 helm/requirements.lock                        |  27 ++
 helm/requirements.yaml                        |  28 ++
 helm/templates/NOTES.txt                      |  34 +++
 helm/templates/_helpers.tpl                   | 100 +++++++
 helm/templates/broker/deployment.yaml         |  90 ++++++
 helm/templates/broker/ingress.yaml            |  54 ++++
 helm/templates/broker/service.yaml            |  38 +++
 helm/templates/configmap.yaml                 |  48 +++
 helm/templates/coordinator/deployment.yaml    | 101 +++++++
 helm/templates/coordinator/ingress.yaml       |  54 ++++
 helm/templates/coordinator/service.yaml       |  38 +++
 helm/templates/historical/ingress.yaml        |  54 ++++
 helm/templates/historical/pdb.yaml            |  39 +++
 helm/templates/historical/service.yaml        |  38 +++
 helm/templates/historical/statefulset.yaml    | 155 ++++++++++
 helm/templates/middleManager/hpa.yaml         |  36 +++
 helm/templates/middleManager/ingress.yaml     |  54 ++++
 helm/templates/middleManager/pdb.yaml         |  39 +++
 helm/templates/middleManager/service.yaml     |  38 +++
 helm/templates/middleManager/statefulset.yaml | 155 ++++++++++
 helm/templates/overlord/deployment.yaml       | 101 +++++++
 helm/templates/overlord/ingress.yaml          |  54 ++++
 helm/templates/overlord/service.yaml          |  38 +++
 helm/templates/router/deployment.yaml         |  90 ++++++
 helm/templates/router/ingress.yaml            |  54 ++++
 helm/templates/router/service.yaml            |  38 +++
 helm/templates/secrets.yaml                   |  24 ++
 helm/values.yaml                              | 416 ++++++++++++++++++++++++++
 30 files changed, 2273 insertions(+)
 create mode 100644 helm/Chart.yaml
 create mode 100644 helm/README.md
 create mode 100644 helm/requirements.lock
 create mode 100644 helm/requirements.yaml
 create mode 100644 helm/templates/NOTES.txt
 create mode 100644 helm/templates/_helpers.tpl
 create mode 100644 helm/templates/broker/deployment.yaml
 create mode 100644 helm/templates/broker/ingress.yaml
 create mode 100644 helm/templates/broker/service.yaml
 create mode 100644 helm/templates/configmap.yaml
 create mode 100644 helm/templates/coordinator/deployment.yaml
 create mode 100644 helm/templates/coordinator/ingress.yaml
 create mode 100644 helm/templates/coordinator/service.yaml
 create mode 100644 helm/templates/historical/ingress.yaml
 create mode 100644 helm/templates/historical/pdb.yaml
 create mode 100644 helm/templates/historical/service.yaml
 create mode 100644 helm/templates/historical/statefulset.yaml
 create mode 100644 helm/templates/middleManager/hpa.yaml
 create mode 100644 helm/templates/middleManager/ingress.yaml
 create mode 100644 helm/templates/middleManager/pdb.yaml
 create mode 100644 helm/templates/middleManager/service.yaml
 create mode 100644 helm/templates/middleManager/statefulset.yaml
 create mode 100644 helm/templates/overlord/deployment.yaml
 create mode 100644 helm/templates/overlord/ingress.yaml
 create mode 100644 helm/templates/overlord/service.yaml
 create mode 100644 helm/templates/router/deployment.yaml
 create mode 100644 helm/templates/router/ingress.yaml
 create mode 100644 helm/templates/router/service.yaml
 create mode 100644 helm/templates/secrets.yaml
 create mode 100644 helm/values.yaml

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org