chart-catalog/charts/refact-chatbot-ui/values.yaml

39 lines
996 B
YAML
Raw Normal View History

2023-12-03 21:45:16 +00:00
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://teapot.octopusx.de/octocloudlab/library-chart/src/branch/main/chart/values.yaml
#
image:
# -- image repository
repository: smallcloud/chatbot_ui
# -- image tag
# @default -- chart.appVersion
tag: beta
# -- image pull policy
pullPolicy: IfNotPresent
# -- Configures the environemnt variables used by the refact chatbot ui under this key.
# This can be used to configure the location of your refact API
# @default -- See values.yaml
env: {}
# OPENAI_API_HOST: "http://refact.default.svc.cluster.local:8008"
2023-12-03 21:45:16 +00:00
# OPENAI_API_KEY: "dummy"
# DEFAULT_MODEL: "llama2/7b"
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
http:
port: 3000
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
main:
enabled: false