mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +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
|
||||
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
|
||||
|
Loading…
Reference in a new issue