Add platform infrastructure configuration
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: DatabaseRole
|
||||
metadata:
|
||||
name: platform-postgres-gitea
|
||||
labels:
|
||||
app.kubernetes.io/name: gitea
|
||||
app.kubernetes.io/component: database-role
|
||||
spec:
|
||||
cluster:
|
||||
name: platform-postgres
|
||||
name: gitea
|
||||
comment: Gitea application database owner
|
||||
login: true
|
||||
superuser: false
|
||||
createdb: false
|
||||
createrole: false
|
||||
replication: false
|
||||
bypassrls: false
|
||||
connectionLimit: 50
|
||||
passwordSecret:
|
||||
name: gitea-db-credentials
|
||||
databaseRoleReclaimPolicy: retain
|
||||
Reference in New Issue
Block a user