mirror of https://github.com/helm/helm
parent
4a5721fb36
commit
7ea4d8c7c4
@ -1,29 +1,37 @@
|
||||
# Default values for subchart.
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: nginx
|
||||
tag: stable
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
name: nginx
|
||||
type: ClusterIP
|
||||
externalPort: 80
|
||||
internalPort: 80
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
|
||||
SCBdata:
|
||||
SCBbool: true
|
||||
SCBfloat: 7.77
|
||||
SCBint: 33
|
||||
SCBstring: "boba"
|
||||
|
||||
exports:
|
||||
convention1:
|
||||
data:
|
||||
databint: 1
|
||||
databstr: x.y.z
|
||||
convention2:
|
||||
resources:
|
||||
limits:
|
||||
shares: 100
|
||||
SCBexported1:
|
||||
SCBexported1A:
|
||||
SCBexported1B: 1965
|
||||
|
||||
SCBexported2:
|
||||
SCBexported2A: "blaster"
|
||||
|
||||
global:
|
||||
kolla:
|
||||
nova:
|
||||
api:
|
||||
all:
|
||||
port: 8774
|
||||
metadata:
|
||||
all:
|
||||
port: 8775
|
||||
test:
|
||||
dummy: 1
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue