Files
Bort Verwilstandk8s-ci-robot 98266abb5e [stable/openiban] Add OpenIBAN chart (#7536)
* Add OpenIBAN chart

Signed-off-by: Bart Verwilst <bart@verwilst.be>

* fix maintainer name

Signed-off-by: Bart Verwilst <bart@verwilst.be>

* make version 1.0.0

Signed-off-by: Bart Verwilst <bart@verwilst.be>
2018-09-11 12:36:50 -07:00

64 lines
1.4 KiB
YAML

# Default values for openiban.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: fourcube/openiban
tag: 1.0.1
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 8080
securityContext:
enabled: true
runAsUser: 1000
fsGroup: 1000
## For RBAC support:
rbac:
# Specifies whether RBAC resources should be created
create: true
serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name:
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
path: /
hosts:
- chart-example.local
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}