Skip to content

Commit 233020d

Browse files
Fix Chroma database server startup issue
1 parent 5ed8673 commit 233020d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

deployment/aia/nginx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ spec:
5252
- key: availability_zone
5353
operator: In
5454
values:
55-
- local-b
56-
- ap-south-1b
57-
- zone-2
55+
- local-c
56+
- ap-south-1a
57+
- zone-1
5858
containers:
5959
- name: main
6060
image: sloopstash/nginx:v${AIA_NGINX_VERSION}

persistent-volume/aia/nginx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ spec:
5454
- key: availability_zone
5555
operator: In
5656
values:
57-
- local-b
58-
- ap-south-1b
59-
- zone-2
57+
- local-c
58+
- ap-south-1a
59+
- zone-1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[program:chroma]
2-
command=bash -c "chroma run /opt/chroma/conf/server.conf"
2+
command=bash -c "unset CHROMA_PORT && chroma run /opt/chroma/conf/server.conf"
33
process_name=%(program_name)s
44
pidfile=/opt/chroma/system/server.pid
55
autorestart=false

0 commit comments

Comments
 (0)