Skip to content

feedback-fusion

Feedback-Fusion helm chart

Version: 0.3.1 Type: application AppVersion: 0.4.0

Installing the Chart

To install the chart use the following commands:

sh
helm repo add feedback-fusion https://onelitefeathernet.github.io/feedback-fusion/
helm repo update
helm install feedback-fusion feedback-fusion/feedback-fusion

Values

KeyTypeDefaultDescription
api.affinityobject{}
api.fullnameOverridestring""full name override
api.image.pullPolicystring"IfNotPresent"pull policy
api.image.repositorystring"ghcr.io/onelitefeathernet/feedback-fusion"image repository
api.image.tagstring""Overrides the image tag whose default is the chart appVersion.
api.imagePullSecretslist[]optional pull secrets
api.ingress.annotationsobject{}annotations to attach to the ingress resource
api.ingress.classNamestring""which ingress class to use
api.ingress.enabledboolfalsewether to create the ingress
api.ingress.hostsstringnilhosts to listen on
api.ingress.tlslist[]tls secret reference
api.livenessProbe.grpc.portint8000
api.livenessProbe.periodSecondsint5
api.nameOverridestring""name override
api.nodeSelectorobject{}
api.podAnnotationsobject{}annotatiosn to attach to the pod
api.podLabelsobject{}labels to attach to the pod
api.podSecurityContextobject{}the pod security context
api.replicaCountint1If you want to use high availability make sure to configure skytable distributed caching as otherwise the replicas won't know a different instance modified the dataset. See https://onelitefeathernet.github.io/feedback-fusion/nightly/docs/caching.html#caching
api.resourcesobject{}pod resources
api.securityContextobject{}security context
api.service.typestring"ClusterIP"service type
api.serviceAccount.annotationsobject{}Annotations to add to the service account
api.serviceAccount.automountbooltrueAutomatically mount a ServiceAccount's API credentials?
api.serviceAccount.createbooltrueSpecifies whether a service account should be created
api.serviceAccount.namestring""The name of the service account to use. If not set and create is true, a name is generated using the fullname template
api.startupProbe.failureThresholdint10
api.startupProbe.grpc.portint8000
api.startupProbe.periodSecondsint2
api.tolerationslist[]
api.volumeMountslist[]Additional volumeMounts on the output Deployment definition.
api.volumeslist[]Additional volumes on the output Deployment definition.
dashboard.affinityobject{}
dashboard.enabledbooltrue
dashboard.fullnameOverridestring""full name override
dashboard.image.pullPolicystring"IfNotPresent"pull policy
dashboard.image.repositorystring"ghcr.io/onelitefeathernet/feedback-fusion-dashboard"image repository
dashboard.image.tagstring""Overrides the image tag whose default is the chart appVersion.
dashboard.imagePullSecretslist[]optional pull secrets
dashboard.ingress.annotationsobject{}annotations to attach to the ingress resource
dashboard.ingress.classNamestring""which ingress class to use
dashboard.ingress.enabledboolfalsewether to create the ingress
dashboard.ingress.hostsstringnilhosts to listen on
dashboard.ingress.tlslist[]tls secret reference
dashboard.livenessProbe.httpGet.pathstring"/"
dashboard.livenessProbe.httpGet.portint3000
dashboard.livenessProbe.periodSecondsint5
dashboard.nameOverridestring""name override
dashboard.nodeSelectorobject{}
dashboard.podAnnotationsobject{}annotatiosn to attach to the pod
dashboard.podLabelsobject{}labels to attach to the pod
dashboard.podSecurityContextobject{}the pod security context
dashboard.replicaCountint1count of rep=licas to deploy. The dashboard is stateless so you can just increase this value.
dashboard.resourcesobject{}pod resources
dashboard.securityContextobject{}security context
dashboard.service.typestring"ClusterIP"service type
dashboard.serviceAccount.annotationsobject{}Annotations to add to the service account
dashboard.serviceAccount.automountbooltrueAutomatically mount a ServiceAccount's API credentials?
dashboard.serviceAccount.createbooltrueSpecifies whether a service account should be created
dashboard.serviceAccount.namestring""The name of the service account to use. If not set and create is true, a name is generated using the fullname template
dashboard.startupProbe.failureThresholdint10
dashboard.startupProbe.httpGet.pathstring"/"
dashboard.startupProbe.httpGet.portint3000
dashboard.startupProbe.periodSecondsint2
dashboard.tolerationslist[]
dashboard.volumeMountslist[]Additional volumeMounts on the output Deployment definition.
dashboard.volumeslist[]Additional volumes on the output Deployment definition.
feedbackFusion.config.secretstring"feedback-fusion-config"the secret containing the config.yaml For all configuration options see https://onelitefeathernet.github.io/feedback-fusion/nightly/docs/configuration/server
feedbackFusion.dashboard.config.secretstring"feedback-fusion-dashboard-config"the secret containing the dashboard config For all configuration options see https://onelitefeathernet.github.io/feedback-fusion/nightly/docs/configuration/dashboard
feedbackFusion.logstring"INFO"see https://onelitefeathernet.github.io/feedback-fusion/nightly/docs/observability/logging.html

Autogenerated from chart metadata using helm-docs v1.14.2