Skip to content

Commit 4858faa

Browse files
committed
Add postgres13
1 parent 206cc6a commit 4858faa

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
namespace: postgres-operator
2+
3+
resources:
4+
- postgres.yaml

kustomize/postgres13/postgres.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
apiVersion: postgres-operator.crunchydata.com/v1beta1
2+
kind: PostgresCluster
3+
metadata:
4+
name: hippo
5+
spec:
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.8-1
7+
postgresVersion: 13
8+
instances:
9+
- name: instance1
10+
dataVolumeClaimSpec:
11+
accessModes:
12+
- "ReadWriteOnce"
13+
resources:
14+
requests:
15+
storage: 1Gi
16+
backups:
17+
pgbackrest:
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1
19+
repos:
20+
- name: repo1
21+
volume:
22+
volumeClaimSpec:
23+
accessModes:
24+
- "ReadWriteOnce"
25+
resources:
26+
requests:
27+
storage: 1Gi

0 commit comments

Comments
 (0)