diff options
Diffstat (limited to 'kubernetes/web-deployment.yaml')
| -rw-r--r-- | kubernetes/web-deployment.yaml | 9 |
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 |
