add(bibot)

This commit is contained in:
nold 2024-03-12 21:30:06 +01:00
parent 2ba7ec8ea3
commit 6014d6129b
2 changed files with 32 additions and 0 deletions

View file

@ -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

View 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