2024-02-28 17:17:11 +00:00
|
|
|
controllers:
|
|
|
|
main:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
image:
|
|
|
|
repository: ghcr.io/enricoros/big-agi
|
|
|
|
tag: latest
|
|
|
|
pullPolicy: Always
|
|
|
|
command: [ "next", "start", "-p", "3001" ]
|
|
|
|
env:
|
|
|
|
PUPPETEER_WSS_ENDPOINT: ws://browserless.browserless.svc.cluster.local:3000
|
2024-03-06 17:57:07 +00:00
|
|
|
# ANTHROPIC_API_HOST: ""
|
|
|
|
# ANTHROPIC_API_KEY: ""
|
|
|
|
# ELEVENLABS_API_HOST: ""
|
|
|
|
# ELEVENLABS_API_KEY: ""
|
|
|
|
# ELEVENLABS_VOICE_ID: ""
|
|
|
|
# GOOGLE_CLOUD_API_KEY: ""
|
|
|
|
# GOOGLE_CSE_ID: ""
|
|
|
|
# HELICONE_API_KEY: ""
|
2024-03-10 12:57:38 +00:00
|
|
|
# OPENAI_API_HOST: "http://localai-local-ai.ai.svc.cluster.local/v1"
|
|
|
|
LOCALAI_API_HOST: "http://localai-local-ai.ai.svc.cluster.local"
|
2024-03-06 17:57:07 +00:00
|
|
|
# OPENAI_API_KEY: "sk-xxxxxxxxxxxx"
|
|
|
|
# OPENAI_API_ORG_ID: ""
|
|
|
|
# PRODIA_API_KEY: ""
|
2024-02-28 17:17:11 +00:00
|
|
|
|
|
|
|
ingress:
|
|
|
|
main:
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: vault-issuer
|
|
|
|
enabled: true
|
|
|
|
hosts:
|
|
|
|
- host: bigagi.dc
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
service:
|
|
|
|
name: main
|
|
|
|
port: http
|
|
|
|
tls:
|
|
|
|
- hosts:
|
|
|
|
- bigagi.dc
|
|
|
|
secretName: bigagi-tls
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
enabled: false
|
|
|
|
readOnly: false
|
|
|
|
size: 10Gi
|
|
|
|
type: persistentVolumeClaim
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
privileged: false
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
http:
|
|
|
|
enabled: true
|
|
|
|
port: 3001
|
|
|
|
type: ClusterIP
|