hive-apps/projects/ai/values/bibot.yml

50 lines
1.2 KiB
YAML
Raw Normal View History

2024-03-12 20:30:06 +00:00
controllers:
main:
containers:
main:
image:
repository: reg.dc/bibot
tag: latest
pullPolicy: Always
2024-03-13 11:04:45 +00:00
env:
BIBOT_PROMPT_FILE: /config/prompt-template
2024-03-16 18:38:00 +00:00
# BIBOT_INSTRUCT_PROMPT_FILE: /config/instruct-template
2024-03-13 11:04:45 +00:00
BROWSERLESS_URL: http://browserless.browserless.svc.cluster.local:3000
OPENAI_API_URL: http://localai-local-ai.ai.svc.cluster.local/v1
2024-03-16 18:38:00 +00:00
OPENAI_MODEL: command-r
2024-03-15 09:43:30 +00:00
OMBI_API_URL: http://ombi.ombi.svc.cluster.local:3579/api/v1
2024-03-13 11:04:45 +00:00
DISCORD_CHANNELS: "1216440541064200192"
OMBI_API_TOKEN:
valueFrom:
secretKeyRef:
name: bibot
key: ombi-api-key
DISCORD_TOKEN:
valueFrom:
secretKeyRef:
name: bibot
key: discord-token
2024-03-12 20:30:06 +00:00
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
2024-03-13 11:04:45 +00:00
persistence:
config:
name: bibot
enabled: true
type: secret
2024-03-12 20:30:06 +00:00
service:
main:
controller: main
ports:
http:
port: 3001
type: ClusterIP