This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git.
from 24b2f15 Merge pull request #913 from sramazzina/HOP-3025
new aec5944 helm chart hop server
new 9a4831b added license comment
new f051c9d Merge pull request #912 from joeriheyvaerts/master
The 2434 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
{docs/hop-tech-manual => helm}/README.md | 35 +++++++--
.gitpod.Dockerfile => helm/hop-server/.helmignore | 27 +++++--
helm/hop-server/Chart.yaml | 41 +++++++++++
helm/hop-server/templates/_helpers.tpl | 81 +++++++++++++++++++++
.../hop-server/templates/hop-config.yaml | 12 +++-
helm/hop-server/templates/hop-deployment.yaml | 67 +++++++++++++++++
.../hop-server/templates/hop-service.yaml | 18 ++++-
.../templates/tests/test-connection.yaml | 18 ++++-
helm/hop-server/values.yaml | 84 ++++++++++++++++++++++
9 files changed, 365 insertions(+), 18 deletions(-)
copy {docs/hop-tech-manual => helm}/README.md (50%)
copy .gitpod.Dockerfile => helm/hop-server/.helmignore (69%)
create mode 100644 helm/hop-server/Chart.yaml
create mode 100644 helm/hop-server/templates/_helpers.tpl
copy docker/integration-tests/database.env =>
helm/hop-server/templates/hop-config.yaml (78%)
create mode 100644 helm/hop-server/templates/hop-deployment.yaml
copy docker/integration-tests/database.env =>
helm/hop-server/templates/hop-service.yaml (67%)
copy docker/integration-tests/database.env =>
helm/hop-server/templates/tests/test-connection.yaml (68%)
create mode 100644 helm/hop-server/values.yaml