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.
25 lines
429 B
25 lines
429 B
# Default values for subchart.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
# subchart1
|
|
replicaCount: 1
|
|
image:
|
|
repository: nginx
|
|
tag: stable
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
name: nginx
|
|
type: ClusterIP
|
|
externalPort: 80
|
|
internalPort: 80
|
|
resources:
|
|
limits:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
plasticity: 0
|
|
requests:
|
|
cpu: 250m
|
|
memory: 250Mi
|
|
truthiness: 200
|
|
|