Updated k8s and prod compose setups to work with merged images

This commit is contained in:
Dan Brown
2023-07-15 18:54:45 +01:00
parent f27364a442
commit e3a4614bfe
2 changed files with 4 additions and 2 deletions

View File

@@ -14,8 +14,9 @@ spec:
spec:
containers:
- name: background
image: danswer/danswer-background:latest
image: danswer/danswer-api-server:latest
imagePullPolicy: IfNotPresent
command: ["/usr/bin/supervisord"]
env:
- name: POSTGRES_HOST
value: relational-db-service