From 6014d6129b527605c0cee5187a95afd7f3a6ccdd Mon Sep 17 00:00:00 2001 From: nold Date: Tue, 12 Mar 2024 21:30:06 +0100 Subject: [PATCH] add(bibot) --- projects/ai/project.yaml | 6 ++++++ projects/ai/values/bibot.yml | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 projects/ai/values/bibot.yml diff --git a/projects/ai/project.yaml b/projects/ai/project.yaml index 91ba2efd..369e050b 100644 --- a/projects/ai/project.yaml +++ b/projects/ai/project.yaml @@ -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 diff --git a/projects/ai/values/bibot.yml b/projects/ai/values/bibot.yml new file mode 100644 index 00000000..36bd905f --- /dev/null +++ b/projects/ai/values/bibot.yml @@ -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 +