deploy gitea postgres cluster

This commit is contained in:
2025-04-05 22:27:39 +02:00
parent da9a61c086
commit 35cd6cad03
2 changed files with 13 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ resources:
- namespace.yaml - namespace.yaml
- release.yaml - release.yaml
- backups.yaml - backups.yaml
- postgres-cluster.yaml

View File

@@ -0,0 +1,12 @@
---
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: gitea-postgresql-cluster
namespace: gitea
spec:
instances: 1
storage:
size: 10Gi
storageClass: mayastor-single-hdd