mirror of
https://github.com/helm/charts.git
synced 2026-08-22 22:07:36 +00:00
* [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>
11 lines
301 B
YAML
11 lines
301 B
YAML
apiVersion: v1
|
|
name: tomcat
|
|
description: Deploy a basic tomcat application server with sidecar as web archive container
|
|
icon: http://tomcat.apache.org/res/images/tomcat.png
|
|
version: 0.2.0
|
|
appVersion: 7.0
|
|
home: https://github.com/yahavb
|
|
maintainers:
|
|
- name: yahavb
|
|
email: ybiran@ananware.systems
|