mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +00:00
add(bibot)
This commit is contained in:
parent
2ba7ec8ea3
commit
6014d6129b
2 changed files with 32 additions and 0 deletions
|
@ -35,3 +35,9 @@ 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
|
||||||
|
|
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
|
||||||
|
|
Loading…
Reference in a new issue