kubernetes-handbook/manifests/charts/mychart/values.yaml

22 lines
407 B
YAML
Raw Normal View History

2017-10-24 19:10:34 +08:00
# Default values for mychart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
2018-05-04 19:48:54 +08:00
repository: harbor-001.jimmysong.io/library/nginx
2017-10-25 17:10:36 +08:00
tag: 1.9
2017-10-24 19:10:34 +08:00
pullPolicy: IfNotPresent
service:
name: nginx
type: ClusterIP
externalPort: 80
internalPort: 80
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi