Standardize config.

This commit is contained in:
2026-05-23 19:51:33 +00:00
parent e2e3f730a5
commit 6b5325c6f3
87 changed files with 426 additions and 531 deletions

View File

@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: postgres
image: "{{ .image }}"
image: "pgvector/pgvector:pg15"
args:
[
"-c",
@@ -37,7 +37,7 @@ spec:
- name: PGDATA
value: /var/lib/postgresql/data/pgdata
- name: TZ
value: "{{ .timezone }}"
value: "UTC"
- name: POSTGRES_DB
value: "{{ .database }}"
- name: POSTGRES_USER

View File

@@ -1,7 +1,7 @@
name: postgres
is: postgres
description: PostgreSQL is a powerful, open source object-relational database system.
version: 1.0.0
version: 1.0.0-1
icon: https://www.postgresql.org/media/img/about/press/elephant.png
defaultConfig:
namespace: postgres
@@ -10,7 +10,5 @@ defaultConfig:
database: postgres
user: postgres
storage: 10Gi
image: pgvector/pgvector:pg15
timezone: UTC
defaultSecrets:
- key: password

View File

@@ -5,6 +5,6 @@ metadata:
name: postgres
spec:
ports:
- port: {{ .port }}
- port: 5432
selector:
app: postgres