Compare commits

..

No commits in common. "6014d6129b527605c0cee5187a95afd7f3a6ccdd" and "346b6acadb271c8b20f051c42e557d34f8bcf887" have entirely different histories.

4 changed files with 4 additions and 55 deletions

View file

@ -35,9 +35,3 @@ 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

@ -1,26 +0,0 @@
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,25 +9,6 @@ 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