mirror of
https://github.com/nold360/hive-apps
synced 2025-01-09 07:18:01 +00:00
Compare commits
3 commits
346b6acadb
...
6014d6129b
Author | SHA1 | Date | |
---|---|---|---|
6014d6129b | |||
2ba7ec8ea3 | |||
7014e4e20e |
4 changed files with 55 additions and 4 deletions
|
@ -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
|
||||
|
|
26
projects/ai/values/bibot.yml
Normal file
26
projects/ai/values/bibot.yml
Normal 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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue