mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
549 B
35 lines
549 B
# Default values for nginx.
|
|
# This is a YAML-formatted file.
|
|
# Declare name/value pairs to be passed into your templates.
|
|
|
|
replicaCount: 1
|
|
restartPolicy: Never
|
|
|
|
# Evaluated by the post-install hook
|
|
sleepyTime: "10"
|
|
|
|
index: >-
|
|
<h1>Hello</h1>
|
|
<p>This is a test</p>
|
|
|
|
image:
|
|
repository: nginx
|
|
tag: 1.11.0
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
annotations: {}
|
|
clusterIP: ""
|
|
externalIPs: []
|
|
loadBalancerIP: ""
|
|
loadBalancerSourceRanges: []
|
|
type: ClusterIP
|
|
port: 8888
|
|
nodePort: ""
|
|
|
|
podAnnotations: {}
|
|
|
|
resources: {}
|
|
|
|
nodeSelector: {}
|