mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
Compare commits
3 commits
8d5cb7cd59
...
06d3060794
Author | SHA1 | Date | |
---|---|---|---|
|
06d3060794 | ||
|
e6f5655a27 | ||
6ae42bbf98 |
4 changed files with 4 additions and 86 deletions
|
@ -5,7 +5,7 @@ apps:
|
||||||
- name: authentik
|
- name: authentik
|
||||||
repoURL: https://charts.goauthentik.io/
|
repoURL: https://charts.goauthentik.io/
|
||||||
chart: authentik
|
chart: authentik
|
||||||
targetRevision: 2023.10.7
|
targetRevision: 2024.12.0
|
||||||
secrets:
|
secrets:
|
||||||
- name: authentik
|
- name: authentik
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -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
|
|
|
@ -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"]
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue