You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ap...@apache.org on 2020/09/02 21:23:50 UTC

[incubator-pinot] branch master updated (f3ed95c -> 4c20bb5)

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

apucher pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from f3ed95c  Add compatibility verifier scripts (#4854) (#5911)
     add 4c20bb5  [TE] Added helm deployment for ThirdEye (#5961)

No new revisions were added by this update.

Summary of changes:
 kubernetes/helm/thirdeye/Chart.lock                |   6 +
 kubernetes/helm/thirdeye/Chart.yaml                |  24 ++
 kubernetes/helm/thirdeye/README.md                 |  73 ++++++
 .../helm/thirdeye/initdb.sql                       |  11 +-
 kubernetes/helm/thirdeye/install.sh                |   9 +
 kubernetes/helm/thirdeye/templates/_helpers.tpl    | 131 +++++++++++
 .../thirdeye/templates/backend/deployment.yaml     |  96 ++++++++
 .../templates/backend}/service-headless.yaml       |  14 +-
 .../templates/backend}/service.yaml                |  16 +-
 .../helm/thirdeye/templates/common/configmap.yaml  | 252 +++++++++++++++++++++
 .../thirdeye/templates/frontend/deployment.yaml    |  96 ++++++++
 .../helm/thirdeye/templates/frontend/ingress.yaml  |  14 ++
 .../templates/frontend}/service-headless.yaml      |  14 +-
 .../templates/frontend}/service.yaml               |  16 +-
 kubernetes/helm/thirdeye/values.yaml               |  75 ++++++
 15 files changed, 810 insertions(+), 37 deletions(-)
 create mode 100644 kubernetes/helm/thirdeye/Chart.lock
 create mode 100644 kubernetes/helm/thirdeye/Chart.yaml
 create mode 100644 kubernetes/helm/thirdeye/README.md
 copy thirdeye/thirdeye-pinot/src/main/resources/schema/create-schema.sql => kubernetes/helm/thirdeye/initdb.sql (98%)
 create mode 100755 kubernetes/helm/thirdeye/install.sh
 create mode 100644 kubernetes/helm/thirdeye/templates/_helpers.tpl
 create mode 100644 kubernetes/helm/thirdeye/templates/backend/deployment.yaml
 copy kubernetes/helm/{presto/templates/worker => thirdeye/templates/backend}/service-headless.yaml (77%)
 copy kubernetes/helm/{pinot/templates/broker => thirdeye/templates/backend}/service.yaml (75%)
 create mode 100644 kubernetes/helm/thirdeye/templates/common/configmap.yaml
 create mode 100644 kubernetes/helm/thirdeye/templates/frontend/deployment.yaml
 create mode 100644 kubernetes/helm/thirdeye/templates/frontend/ingress.yaml
 copy kubernetes/helm/{pinot/templates/server => thirdeye/templates/frontend}/service-headless.yaml (77%)
 copy kubernetes/helm/{pinot/templates/controller => thirdeye/templates/frontend}/service.yaml (74%)
 create mode 100644 kubernetes/helm/thirdeye/values.yaml


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