mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
Compare commits
14 commits
4a7f24f811
...
60c9f62c28
Author | SHA1 | Date | |
---|---|---|---|
|
60c9f62c28 | ||
|
4159e77dd3 | ||
|
541ddc947d | ||
|
85c5166c97 | ||
6403e61731 | |||
|
e5c8115944 | ||
|
c9f691d816 | ||
|
6ebde6f3c3 | ||
|
b8b223e729 | ||
|
ffd13068e3 | ||
|
4ea423f24a | ||
3f0810184b | |||
|
e6f5655a27 | ||
6ae42bbf98 |
15 changed files with 31 additions and 109 deletions
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: adguard/adguardhome
|
repository: adguard/adguardhome
|
||||||
tag: v0.107.54
|
tag: v0.107.55
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: Europe/Amsterdam
|
TZ: Europe/Amsterdam
|
||||||
|
|
|
@ -1,84 +0,0 @@
|
||||||
controllers:
|
|
||||||
# main agent
|
|
||||||
main:
|
|
||||||
containers:
|
|
||||||
main:
|
|
||||||
image:
|
|
||||||
repository: reg.dc/bi
|
|
||||||
tag: latest
|
|
||||||
pullPolicy: Always
|
|
||||||
env:
|
|
||||||
BIBOT_CONFIG: /config/bibot.yml
|
|
||||||
BIBOT_KAFKA__BROKER: kafka://bi-cluster-kafka-bootstrap:9092
|
|
||||||
PHOENIX_COLLECTOR_ENDPOINT: http://phoenix.phoenix.svc.cluster.local:6006
|
|
||||||
PHOENIX_PROJECT_NAME: bi
|
|
||||||
command: ["python3"]
|
|
||||||
args: ["/app/bi/agents/main/app.py", "worker", "-l", "info"]
|
|
||||||
|
|
||||||
controller:
|
|
||||||
containers:
|
|
||||||
main:
|
|
||||||
image:
|
|
||||||
repository: reg.dc/bi
|
|
||||||
tag: latest
|
|
||||||
pullPolicy: Always
|
|
||||||
env:
|
|
||||||
BIBOT_CONFIG: /config/bibot.yml
|
|
||||||
BIBOT_KAFKA__BROKER: kafka://bi-cluster-kafka-bootstrap:9092
|
|
||||||
command: ["python3"]
|
|
||||||
args: ["/app/bi/controller.py", "worker", "-l", "info"]
|
|
||||||
|
|
||||||
discord:
|
|
||||||
containers:
|
|
||||||
main:
|
|
||||||
image:
|
|
||||||
repository: reg.dc/bi
|
|
||||||
tag: latest
|
|
||||||
pullPolicy: Always
|
|
||||||
|
|
||||||
command: ["python3"]
|
|
||||||
args: ["/app/bi/connectors/discord/app.py", "worker", "-l", "info"]
|
|
||||||
|
|
||||||
env:
|
|
||||||
BIBOT_KAFKA__BROKER: bi-cluster-kafka-bootstrap:9092
|
|
||||||
OPENAI_API_KEY: fake
|
|
||||||
BIBOT_DISCORD__TOKEN:
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: bibot
|
|
||||||
key: discord-token
|
|
||||||
## Prod:
|
|
||||||
BIBOT_DISCORD__CHANNELS: "1216440541064200192"
|
|
||||||
# Dev:
|
|
||||||
# BIBOT_DISCORD_CHANNELS: "1217418069693960223"
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
persistence:
|
|
||||||
secret:
|
|
||||||
name: bibot
|
|
||||||
enabled: true
|
|
||||||
type: secret
|
|
||||||
|
|
||||||
config:
|
|
||||||
name: bibot-config
|
|
||||||
enabled: true
|
|
||||||
type: configMap
|
|
||||||
|
|
||||||
data:
|
|
||||||
size: 10Gi
|
|
||||||
type: persistentVolumeClaim
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
|
|
||||||
# service:
|
|
||||||
# main:
|
|
||||||
# controller: main
|
|
||||||
# ports:
|
|
||||||
# http:
|
|
||||||
# port: 8000
|
|
||||||
# type: ClusterIP
|
|
|
@ -4,7 +4,7 @@ controllers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: flowiseai/flowise
|
repository: flowiseai/flowise
|
||||||
tag: 2.2.1
|
tag: 2.2.2
|
||||||
command:
|
command:
|
||||||
- flowise
|
- flowise
|
||||||
- start
|
- start
|
||||||
|
|
|
@ -4,7 +4,7 @@ deployment:
|
||||||
image:
|
image:
|
||||||
repository: quay.io/go-skynet/local-ai
|
repository: quay.io/go-skynet/local-ai
|
||||||
#tag: latest-aio-gpu-nvidia-cuda-12
|
#tag: latest-aio-gpu-nvidia-cuda-12
|
||||||
tag: v2.24.1-cublas-cuda12-ffmpeg
|
tag: v2.24.2-cublas-cuda12-ffmpeg
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
runtimeClassName: nvidia
|
runtimeClassName: nvidia
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ installCRDs: true
|
||||||
global:
|
global:
|
||||||
image:
|
image:
|
||||||
repository: quay.io/argoproj/argocd
|
repository: quay.io/argoproj/argocd
|
||||||
tag: v2.13.1
|
tag: v2.13.2
|
||||||
# imagePullPolicy: IfNotPresent
|
# imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 999
|
runAsUser: 999
|
||||||
|
@ -176,7 +176,7 @@ repoServer:
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: copy-cmp-server
|
- name: copy-cmp-server
|
||||||
image: quay.io/argoproj/argocd:v2.13.1
|
image: quay.io/argoproj/argocd:v2.13.2
|
||||||
command:
|
command:
|
||||||
- cp
|
- cp
|
||||||
- -n
|
- -n
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/radarr
|
repository: ghcr.io/onedr0p/radarr
|
||||||
tag: 5.15.1.9463
|
tag: 5.16.3.9541
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UMASK: "002"
|
UMASK: "002"
|
||||||
|
|
|
@ -21,6 +21,12 @@ apps:
|
||||||
jsonPointers:
|
jsonPointers:
|
||||||
- /spec/replicas
|
- /spec/replicas
|
||||||
|
|
||||||
|
- name: qdrant
|
||||||
|
namespace: bi
|
||||||
|
repoUR: https://qdrant.github.io/qdrant-helm
|
||||||
|
chart: qdrant
|
||||||
|
targetRevision: 1.12.5
|
||||||
|
|
||||||
# - name: mongo-express
|
# - name: mongo-express
|
||||||
# repoURL: https://cowboysysop.github.io/charts/
|
# repoURL: https://cowboysysop.github.io/charts/
|
||||||
# chart: mongo-express
|
# chart: mongo-express
|
||||||
|
|
|
@ -23,6 +23,7 @@ controllers:
|
||||||
key: password
|
key: password
|
||||||
PHOENIX_COLLECTOR_ENDPOINT: http://phoenix.phoenix.svc.cluster.local:6006
|
PHOENIX_COLLECTOR_ENDPOINT: http://phoenix.phoenix.svc.cluster.local:6006
|
||||||
PHOENIX_PROJECT_NAME: bi
|
PHOENIX_PROJECT_NAME: bi
|
||||||
|
OPENAI_API_KEY: fake
|
||||||
command: ["python3"]
|
command: ["python3"]
|
||||||
args: ["/app/bi/agents/main/app.py", "worker", "-l", "info"]
|
args: ["/app/bi/agents/main/app.py", "worker", "-l", "info"]
|
||||||
|
|
||||||
|
@ -122,6 +123,7 @@ controllers:
|
||||||
key: OPENWEATHERMAP_API_KEY
|
key: OPENWEATHERMAP_API_KEY
|
||||||
PHOENIX_COLLECTOR_ENDPOINT: http://phoenix.phoenix.svc.cluster.local:6006
|
PHOENIX_COLLECTOR_ENDPOINT: http://phoenix.phoenix.svc.cluster.local:6006
|
||||||
PHOENIX_PROJECT_NAME: bi
|
PHOENIX_PROJECT_NAME: bi
|
||||||
|
OPENAI_API_KEY: fake
|
||||||
command: ["python3"]
|
command: ["python3"]
|
||||||
args: ["/app/bi/agents/researcher/app.py", "worker", "-l", "info"]
|
args: ["/app/bi/agents/researcher/app.py", "worker", "-l", "info"]
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: docker.io/qdrant/qdrant
|
repository: docker.io/qdrant/qdrant
|
||||||
pullPolicy: IfNotPresent
|
tag: "v1.12.5"
|
||||||
tag: "v1.12.4"
|
|
||||||
useUnprivilegedImage: true
|
useUnprivilegedImage: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -9,28 +8,27 @@ env:
|
||||||
value: "true"
|
value: "true"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: true
|
||||||
ingressClassName: ""
|
ingressClassName: "ingress-internal"
|
||||||
additionalLabels: {}
|
annotations:
|
||||||
annotations: {}
|
cert-manager.io/cluster-issuer: vault-issuer
|
||||||
# kubernetes.io/ingress.class: alb
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: example-domain.com
|
- host: qdrant.dc
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
servicePort: 6333
|
servicePort: 6333
|
||||||
tls: []
|
tls:
|
||||||
# - hosts:
|
- hosts:
|
||||||
# - example-domain.com
|
- qdrant.dc
|
||||||
# secretName: tls-secret-name
|
secretName: tls-qdrant
|
||||||
|
|
||||||
updateVolumeFsOwnership: false
|
updateVolumeFsOwnership: false
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
accessModes: ["ReadWriteOnce"]
|
accessModes: ["ReadWriteOnce"]
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
storageClassName: ssd
|
# storageClassName:
|
||||||
|
|
||||||
# modification example for configuration to overwrite defaults
|
# modification example for configuration to overwrite defaults
|
||||||
config:
|
config:
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/qbittorrent
|
repository: ghcr.io/onedr0p/qbittorrent
|
||||||
tag: 5.0.2
|
tag: 5.0.3
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
|
|
@ -2,7 +2,7 @@ loki:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: grafana/loki
|
repository: grafana/loki
|
||||||
tag: 3.3.1
|
tag: 3.3.2
|
||||||
|
|
||||||
promtail:
|
promtail:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -172,7 +172,7 @@ sidecar:
|
||||||
# -- The image repository to pull from
|
# -- The image repository to pull from
|
||||||
repository: kiwigrid/k8s-sidecar
|
repository: kiwigrid/k8s-sidecar
|
||||||
# -- The image tag to pull, default: `1.23.1`
|
# -- The image tag to pull, default: `1.23.1`
|
||||||
tag: 1.28.1
|
tag: 1.28.4
|
||||||
# -- The image pull policy, default: `IfNotPresent`
|
# -- The image pull policy, default: `IfNotPresent`
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- The extra volume mounts for the sidecar
|
# -- The extra volume mounts for the sidecar
|
||||||
|
|
|
@ -14,7 +14,7 @@ apps:
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
repoURL: https://nextcloud.github.io/helm
|
repoURL: https://nextcloud.github.io/helm
|
||||||
chart: nextcloud
|
chart: nextcloud
|
||||||
targetRevision: 6.2.4
|
targetRevision: 6.5.0
|
||||||
secrets:
|
secrets:
|
||||||
- name: nextcloud-user
|
- name: nextcloud-user
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/heimdall
|
repository: tccr.io/truecharts/heimdall
|
||||||
tag: v2.5.7
|
tag: 23.1.9
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
|
@ -11,7 +11,7 @@ server:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: "hashicorp/vault"
|
repository: "hashicorp/vault"
|
||||||
tag: "1.18.2"
|
tag: "1.18.3"
|
||||||
auditStorage:
|
auditStorage:
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
Loading…
Reference in a new issue