Commit Graph
2 Commits
Author SHA1 Message Date
Martin Mauch f3d207bd18 Tomcat improvements (#7868)
* [stable/tomcat] Allow specifying image.pullSecrets

Signed-off-by: Martin Mauch <martin.mauch@gmail.com>

* [stable/tomcat] Automatically copy WARs from sidecar

Signed-off-by: Martin Mauch <martin.mauch@gmail.com>

* [stable/tomcat] Make sidecar an initContainer

as per the updated README from the official Kubernetes examples.

Signed-off-by: Martin Mauch <martin.mauch@gmail.com>

* [stable/tomcat] Use httpGet as readiness & liveness probe

This is more correct and also works on newer Tomcat versions
where the example index.html is located in a different directory.

Signed-off-by: Martin Mauch <martin.mauch@gmail.com>

* [tomcat/stable] Bump to 0.2.0

Signed-off-by: Martin Mauch <martin.mauch@gmail.com>
2019-01-02 11:11:15 -08:00
Yahav Biran ea4c96ac55 Adding tomcat 7.0 chart (#5234)
* Adding tomcat 7.0 chart

* Fixing trailing spaces and wrong indentation

* Add icon in Chart.yaml

* App Version in Chart.yaml

* add table to explain the configurable components and fix labels

* add liveness and readiness probes

* modify app lables and fix probe ports

* fix github user, remove MIT license, fix prereq version, align table, update _helpers.tpl, fix resource names, selectors, remove default tolerations, fix service ports

* fix config table

* fix maintainers names

* fix wrong indentation in values.yaml

* adjusting to helm v2.9.0 template

* indentation style fix, add hard coded ports, add doc to webarchive in docker hub, use of tomcat official image, remove version from deploy directory, fix versions, fix tomcat icon, fix tag in README, remove /smaple app name from probes

* fixing indentation

* Fix indentation

* Fix service

* Fix deployment

* Comment out defaults for resources

* Update appsrv.yaml

* Fix error converting YAML to JSON: yaml: line 50: mapping values are not allowed in this context

* fix indent - readinessProbe.httpGet.port

* fix liveness probe to ensure app deployment
2018-07-01 09:17:17 -07:00