This is an automated email from the ASF dual-hosted git repository.
dklco pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.
from 6ab4cfe Adding initial helm configuration
new 525373d Adding license headers
new 983d57f Making the proxied URLs configurable
new 45b7f36 Fixing to use a specific port
new 8f0c29e Fixing live / ready checks to not time out too soon
The 4 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:
Chart.yaml | 23 ----------
docker/docker-compose.yml | 6 ++-
docker/webcache/cms.conf | 5 ++-
docker/webcache/site.conf | 10 +++--
helm/slingcms-standalone/.helmignore | 17 ++++++++
helm/slingcms-standalone/Chart.yaml | 14 +++++++
helm/slingcms-standalone/README.md | 19 +++++++++
helm/slingcms-standalone/templates/NOTES.txt | 16 +++++++
helm/slingcms-standalone/templates/_helpers.tpl | 16 +++++++
helm/slingcms-standalone/templates/deployment.yaml | 43 ++++++++++++++++++-
helm/slingcms-standalone/templates/ingress.yaml | 16 +++++++
.../templates/persistentvolumeclaim.yaml | 16 +++++++
helm/slingcms-standalone/templates/service.yaml | 18 +++++++-
.../templates/serviceaccount.yaml | 16 +++++++
.../templates/tests/test-connection.yaml | 16 +++++++
helm/slingcms-standalone/values.yaml | 49 ++++++++++++++++++++++
16 files changed, 268 insertions(+), 32 deletions(-)
delete mode 100644 Chart.yaml