Compare commits

...

3 commits

Author SHA1 Message Date
6014d6129b add(bibot) 2024-03-12 21:36:01 +01:00
2ba7ec8ea3 fix(localai): multibackend 2024-03-12 21:06:45 +01:00
7014e4e20e feat(browserless): ingress 2024-03-12 16:44:51 +01:00
4 changed files with 55 additions and 4 deletions

View file

@ -35,3 +35,9 @@ apps:
repoURL: https://qdrant.to/helm
chart: qdrant
targetRevision: 0.8.1
- name: bibot
namespace: bibot
repo: bjw-s
chart: app-template
targetRevision: 2.4.0

View file

@ -0,0 +1,26 @@
controllers:
main:
containers:
main:
image:
repository: reg.dc/bibot
tag: latest
pullPolicy: Always
#env:
#
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
service:
main:
controller: main
ports:
http:
port: 3001
type: ClusterIP

View file

@ -9,6 +9,25 @@ controllers:
env:
MAX_CONCURRENT_SESSIONS: 10
ingress:
main:
annotations:
cert-manager.io/cluster-issuer: vault-issuer
enabled: true
hosts:
- host: browserless.dc
paths:
- path: /
service:
name: main
port: http
tls:
- hosts:
- browserless.dc
secretName: browserless-tls
securityContext:
privileged: false

View file

@ -12,10 +12,10 @@ deployment:
context_size: 4096
DEBUG: "true"
#
SINGLE_ACTIVE_BACKEND: "true"
PYTHON_GRPC_MAX_WORKERS: "1"
LLAMACPP_PARALLEL: "1"
PARALLEL_REQUESTS: "false"
# SINGLE_ACTIVE_BACKEND: "true"
# PYTHON_GRPC_MAX_WORKERS: "1"
# LLAMACPP_PARALLEL: "1"
# PARALLEL_REQUESTS: "false"
## Specify a different bind address (defaults to ":8080")
# ADDRESS=127.0.0.1:8080