mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
37 lines
932 B
YAML
37 lines
932 B
YAML
# Default values for flood.
|
|
|
|
image:
|
|
repository: jesec/flood
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.1.1
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
port:
|
|
port: 3000
|
|
|
|
# Other environment variables that can be configure can be seen at
|
|
# https://github.com/jesec/flood/blob/master/config.cli.js
|
|
env:
|
|
FLOOD_OPTION_RUNDIR: /data
|
|
|
|
persistence:
|
|
data:
|
|
enabled: false
|
|
emptyDir: false
|
|
mountPath: /data
|
|
## Persistent Volume Storage Class
|
|
## If defined, storageClassName: <storageClass>
|
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
|
## If undefined (the default) or set to null, no storageClassName spec is
|
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
## GKE, AWS & OpenStack)
|
|
# storageClass: "-"
|
|
# accessMode: ReadWriteOnce
|
|
# size: 1Gi
|
|
## Do not delete the pvc upon helm uninstall
|
|
# skipuninstall: false
|
|
# existingClaim: ""
|