feat(ql3): add opt-in security administration job

This commit is contained in:
whyour
2026-08-25 03:15:37 +08:00
parent fbedae0116
commit 931f9eee38
31 changed files with 1606 additions and 14 deletions
@@ -0,0 +1,12 @@
# 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