Skip to content

Commit 993755d

Browse files
committed
refactor(helm): remove deprecated PostgreSQL configurations and namespace template
- Eliminate unused volume mounts and init containers related to pgvector from values.yaml. - Delete the amazee-ai namespace template as it is no longer needed due to updated deployment instructions.
1 parent bdfe27f commit 993755d

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

helm/templates/amazee-ai-namespace.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

helm/values.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,6 @@ postgresql:
2424
extraEnvVars:
2525
- name: POSTGRES_INITDB_ARGS
2626
value: "--data-checksums"
27-
extraVolumes:
28-
- name: pgvector-extension
29-
emptyDir: {}
30-
- name: pgvector-lib
31-
emptyDir: {}
32-
extraVolumeMounts:
33-
- name: pgvector-extension
34-
mountPath: /docker-entrypoint-initdb.d
35-
- name: pgvector-lib
36-
mountPath: /usr/lib/postgresql/16/lib
37-
initContainers:
38-
- name: install-pgvector
39-
image: pgvector/pgvector:pg16
40-
command: ['sh', '-c', 'cp /usr/share/postgresql/16/extension/vector* /docker-entrypoint-initdb.d/ && cp /usr/lib/postgresql/16/lib/vector.so /usr/lib/postgresql/16/lib/']
41-
volumeMounts:
42-
- name: pgvector-extension
43-
mountPath: /docker-entrypoint-initdb.d
44-
- name: pgvector-lib
45-
mountPath: /usr/lib/postgresql/16/lib
4627

4728
# Backend subchart configuration
4829
backend:

0 commit comments

Comments
 (0)