aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/web-deployment.yaml
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-08-31 20:47:47 +0000
committerMohamedBassem <me@mbassem.com>2024-08-31 20:47:47 +0000
commit25b61cced098a49ce8fe318099f55616a57c6806 (patch)
treefe4c23747708061335b63e706977e2d969cfa588 /kubernetes/web-deployment.yaml
parent152a9bde6f88d7f1ec84627b2643d385e04625e5 (diff)
downloadkarakeep-25b61cced098a49ce8fe318099f55616a57c6806.tar.zst
k8s: Drop redis and workers container from k8s templates
Diffstat (limited to 'kubernetes/web-deployment.yaml')
-rw-r--r--kubernetes/web-deployment.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/kubernetes/web-deployment.yaml b/kubernetes/web-deployment.yaml
index d4e28024..c2a5031d 100644
--- a/kubernetes/web-deployment.yaml
+++ b/kubernetes/web-deployment.yaml
@@ -14,18 +14,17 @@ spec:
spec:
containers:
- name: web
- image: ghcr.io/hoarder-app/hoarder-web:HOARDER_VERSION_PLACEHOLDER
+ image: ghcr.io/hoarder-app/hoarder:HOARDER_VERSION_PLACEHOLDER
ports:
- containerPort: 3000
env:
- - name: REDIS_HOST
- value: redis
- - name: REDIS_PORT
- value: '6379'
- name: MEILI_ADDR
value: http://meilisearch:7700
+ - name: BROWSER_WEB_URL
+ value: http://chrome:9222
- name: DATA_DIR
value: /data
+ # Add OPENAI_API_KEY to the ConfigMap if necessary
volumeMounts:
- mountPath: /data
name: data