deploy gitea postgres cluster
This commit is contained in:
@@ -4,3 +4,4 @@ resources:
|
|||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- release.yaml
|
- release.yaml
|
||||||
- backups.yaml
|
- backups.yaml
|
||||||
|
- postgres-cluster.yaml
|
||||||
|
|||||||
12
apps/gitea/postgres-cluster.yaml
Normal file
12
apps/gitea/postgres-cluster.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user