mirror of https://github.com/helm/helm
20 lines
443 B
20 lines
443 B
# Default values for nginx.
|
|
# This is a YAML-formatted file.
|
|
# Declare name/value pairs to be passed into your templates.
|
|
|
|
# See the list at https://hub.docker.com/r/library/nginx/tags/
|
|
imageTag: "1.11.0"
|
|
|
|
# The port (defined on the service) to access the HTTP server.
|
|
httpPort: 8888
|
|
|
|
# Number of nginx instances to run
|
|
replicaCount: 1
|
|
|
|
# Evaluated by the post-install hook
|
|
sleepyTime: "10"
|
|
|
|
index: >-
|
|
<h1>Hello</h1>
|
|
<p>This is a test</p>
|