mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
* 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
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.1.0
|
|
appVersion: 7.0
|
|
home: https://github.com/yahavb
|
|
maintainers:
|
|
- name: yahavb
|
|
email: ybiran@ananware.systems
|