Files
deprecated-helm-charts/stable/tomcat/values.yaml
T
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

50 lines
838 B
YAML

# Default values for the chart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
webarchive:
repository: ananwaresystems/webarchive
tag: "1.0"
tomcat:
repository: tomcat
tag: "7.0"
pullPolicy: IfNotPresent
deploy:
directory: /usr/local/tomcat/webapps
service:
name: http
type: LoadBalancer
externalPort: 80
internalPort: 8080
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
path: /
hosts:
- chart-example.local
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
# limits:
# cpu: 100m
# memory: 256Mi
# requests:
# cpu: 100m
# memory: 256Mi
nodeSelector: {}
tolerations: []
affinity: {}