mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-21 01:32:44 +08:00
13 lines
428 B
YAML
13 lines
428 B
YAML
# Generic PostgreSQL example only. CloudNativePG users do not need this Secret.
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: ql3-security-administration-database
|
|
namespace: qinglong3-system
|
|
type: Opaque
|
|
immutable: true
|
|
stringData:
|
|
postgres-admin-url: postgresql://ql3_admin:REPLACE@postgres.example.test:5432/qinglong
|
|
postgres-tls-servername: postgres.example.test
|
|
postgres-ca.crt: REPLACE_WITH_POSTGRES_CA_CERTIFICATE
|