# # 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" # 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