17 lines
428 B
YAML
17 lines
428 B
YAML
name: postgres
|
|
install: true
|
|
description: PostgreSQL is a powerful, open source object-relational database system.
|
|
version: 1.0.0
|
|
icon: https://www.postgresql.org/media/img/about/press/elephant.png
|
|
defaultConfig:
|
|
namespace: postgres
|
|
host: postgres.postgres.svc.cluster.local
|
|
port: 5432
|
|
database: postgres
|
|
user: postgres
|
|
storage: 10Gi
|
|
image: pgvector/pgvector:pg15
|
|
timezone: UTC
|
|
defaultSecrets:
|
|
- key: password
|