2017-10-24 19:11:53 +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:53:39 +08:00
|
|
|
repository: harbor-001.jimmysong.io/library/nginx
|
2017-10-25 17:12:37 +08:00
|
|
|
tag: 1.9
|
2017-10-24 19:11:53 +08:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
|
|
name: nginx
|
|
|
|
type: ClusterIP
|
|
|
|
externalPort: 80
|
|
|
|
internalPort: 80
|
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
cpu: 100m
|
|
|
|
memory: 128Mi
|
|
|
|
requests:
|
|
|
|
cpu: 100m
|
|
|
|
memory: 128Mi
|
|
|
|
|