Standardize config.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -5,6 +5,6 @@ metadata:
|
||||
name: postgres
|
||||
spec:
|
||||
ports:
|
||||
- port: {{ .port }}
|
||||
- port: 5432
|
||||
selector:
|
||||
app: postgres
|
||||
|
||||
Reference in New Issue
Block a user