Gitea/manifests/database.yaml

32 lines
451 B
YAML
Raw Normal View History

2024-01-13 23:09:47 +00:00
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
2024-01-13 23:09:47 +00:00
name: gitea-db
namespace: gitea
spec:
instances: 2
2024-01-13 23:09:47 +00:00
storage:
size: 1Gi
storageClass: flat-storage-class
bootstrap:
initdb:
database: gitea
owner: gitea
secret:
name: gitea-db
postgresql:
2024-01-13 23:09:47 +00:00
pg_hba:
- host all all all md5
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 500m
memory: 500Mi