mirror of
https://github.com/thejimnicholson/gitea.git
synced 2025-12-06 03:30:42 +00:00
28 lines
591 B
YAML
28 lines
591 B
YAML
apiVersion: postgresql.cnpg.io/v1
|
|
kind: Cluster
|
|
metadata:
|
|
name: gitea-db
|
|
namespace: gitea
|
|
spec:
|
|
instances: 3
|
|
bootstrap:
|
|
initdb:
|
|
database: gitea-db
|
|
import:
|
|
type: microservice
|
|
databases:
|
|
- gitea
|
|
source:
|
|
externalCluster: cluster-pg12
|
|
storage:
|
|
storageClass: nfs-client
|
|
size: 5Gi
|
|
externalClusters:
|
|
- name: cluster-pg12
|
|
connectionParameters:
|
|
host: postgres.gitea.svc.cluster.local
|
|
user: postgres
|
|
dbname: gitea
|
|
password:
|
|
name: gitea-secrets
|
|
key: pg_password |