mirror of
https://github.com/nold360/hive-apps
synced 2025-01-10 15:54:54 +00:00
Compare commits
No commits in common. "6014d6129b527605c0cee5187a95afd7f3a6ccdd" and "346b6acadb271c8b20f051c42e557d34f8bcf887" have entirely different histories.
6014d6129b
...
346b6acadb
4 changed files with 4 additions and 55 deletions
|
@ -35,9 +35,3 @@ apps:
|
||||||
repoURL: https://qdrant.to/helm
|
repoURL: https://qdrant.to/helm
|
||||||
chart: qdrant
|
chart: qdrant
|
||||||
targetRevision: 0.8.1
|
targetRevision: 0.8.1
|
||||||
|
|
||||||
- name: bibot
|
|
||||||
namespace: bibot
|
|
||||||
repo: bjw-s
|
|
||||||
chart: app-template
|
|
||||||
targetRevision: 2.4.0
|
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
|
@ -9,25 +9,6 @@ controllers:
|
||||||
env:
|
env:
|
||||||
MAX_CONCURRENT_SESSIONS: 10
|
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:
|
securityContext:
|
||||||
privileged: false
|
privileged: false
|
||||||
|
|
||||||
|
|
|
@ -12,10 +12,10 @@ deployment:
|
||||||
context_size: 4096
|
context_size: 4096
|
||||||
DEBUG: "true"
|
DEBUG: "true"
|
||||||
#
|
#
|
||||||
# SINGLE_ACTIVE_BACKEND: "true"
|
SINGLE_ACTIVE_BACKEND: "true"
|
||||||
# PYTHON_GRPC_MAX_WORKERS: "1"
|
PYTHON_GRPC_MAX_WORKERS: "1"
|
||||||
# LLAMACPP_PARALLEL: "1"
|
LLAMACPP_PARALLEL: "1"
|
||||||
# PARALLEL_REQUESTS: "false"
|
PARALLEL_REQUESTS: "false"
|
||||||
|
|
||||||
## Specify a different bind address (defaults to ":8080")
|
## Specify a different bind address (defaults to ":8080")
|
||||||
# ADDRESS=127.0.0.1:8080
|
# ADDRESS=127.0.0.1:8080
|
||||||
|
|
Loading…
Reference in a new issue