58 lines
1.3 KiB
YAML
58 lines
1.3 KiB
YAML
|
# Default values for passbook.
|
||
|
# This is a YAML-formatted file.
|
||
|
# Declare variables to be passed into your templates.
|
||
|
|
||
|
replicaCount: 1
|
||
|
|
||
|
image:
|
||
|
tag: latest
|
||
|
|
||
|
nameOverride: ""
|
||
|
|
||
|
config:
|
||
|
# Optionally specify fixed secret_key, otherwise generated automatically
|
||
|
# secret_key: _k*@6h2u2@q-dku57hhgzb7tnx*ba9wodcb^s9g0j59@=y(@_o
|
||
|
# Enable error reporting
|
||
|
error_reporting: true
|
||
|
|
||
|
postgresql:
|
||
|
postgresqlDatabase: passbook
|
||
|
postgresqlPassword: foo
|
||
|
|
||
|
service:
|
||
|
type: ClusterIP
|
||
|
port: 80
|
||
|
|
||
|
ingress:
|
||
|
enabled: false
|
||
|
annotations: {}
|
||
|
# kubernetes.io/ingress.class: nginx
|
||
|
# kubernetes.io/tls-acme: "true"
|
||
|
path: /
|
||
|
hosts:
|
||
|
- passbook.k8s.local
|
||
|
- kubernetes-healthcheck-host
|
||
|
defaultHost: passbook.k8s.local
|
||
|
tls: []
|
||
|
# - secretName: chart-example-tls
|
||
|
# hosts:
|
||
|
# - passbook.k8s.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: {}
|