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
|
|
|
|
BROWSERLESS_URL: http://browserless.browserless.svc.cluster.local:3000
|
|
|
|
OPENAI_API_URL: http://localai-local-ai.ai.svc.cluster.local/v1
|
|
|
|
OPENAI_MODEL: mixtral-8x7b-instruct
|
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
|
|
|
|
|