0.1.0-0.1.0 • Published 5 years ago

@helm-charts/banzaicloud-stable-fn v0.1.0-0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@helm-charts/banzaicloud-stable-fn

Open source container native Functions as a Service (FaaS) platform

FieldValue
Repository Namebanzaicloud-stable
Chart Namefn
Chart Version0.1.0
NPM Package Version0.1.0
# Default values for Fn
imagePullPolicy: Always

# If non-null, will override the cluster name
nameOverride: ''

fn:
  service:
    port: 80
    type: LoadBalancer
    annotations: {}

fnlb:
  image: fnproject/fnlb
  tag: 0.0.268
  logLevel: info
  resources: {}

fnserver:
  image: fnproject/fnserver
  tag: 0.3.461
  logLevel: info
  resources: {}
  nodeSelector: {}
  tolerations: []

ui:
  enabled: true
  fnui:
    image: fnproject/ui
    tag: 0.0.26
    resources: {}
  flowui:
    image: fnproject/flow
    tag: ui
    resources: {}
  service:
    flowuiPort: 3000
    fnuiPort: 80
    type: LoadBalancer
    annotations: {}

flow:
  image: fnproject/flow
  tag: 0.1.83
  logLevel: info
  service:
    port: 80
    type: ClusterIP
    annotations: {}
  resources: {}

##
## MySQL chart configuration
##
mysql:
  persistence:
    enabled: false
    nodeSelector: mysql-storage
    ## If defined, volume.beta.kubernetes.io/storage-class: <storageClass>
    ## Default: volume.alpha.kubernetes.io/storage-class: default
    ##
    # storageClass:
    storageClass: mysql
    accessMode: ReadWriteOnce
    size: 8Gi

  mysqlDatabase: fndb
  mysqlUser: fnapp
  mysqlPassword: boomsauce

##
## Redis chart configuration
##
redis:
  persistence:
    enabled: false
    nodeSelector: redis-storage
    storageClass: redis
    accessMode: ReadWriteOnce
    size: 8Gi
  usePassword: false

## Ingress configuration.
## ref: https://kubernetes.io/docs/user-guide/ingress/
##
ingress:
  enabled: false

rbac:
  enabled: false