38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
|
apiVersion: postgres-operator.crunchydata.com/v1beta1
|
||
|
kind: PostgresCluster
|
||
|
metadata:
|
||
|
name: keycloakdb
|
||
|
spec:
|
||
|
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.7-0
|
||
|
postgresVersion: 14
|
||
|
instances:
|
||
|
- replicas: 2
|
||
|
dataVolumeClaimSpec:
|
||
|
accessModes:
|
||
|
- "ReadWriteOnce"
|
||
|
resources:
|
||
|
requests:
|
||
|
storage: 1Gi
|
||
|
affinity:
|
||
|
podAntiAffinity:
|
||
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||
|
- weight: 1
|
||
|
podAffinityTerm:
|
||
|
topologyKey: kubernetes.io/hostname
|
||
|
labelSelector:
|
||
|
matchLabels:
|
||
|
postgres-operator.crunchydata.com/cluster: keycloakdb
|
||
|
postgres-operator.crunchydata.com/instance-set: "00"
|
||
|
backups:
|
||
|
pgbackrest:
|
||
|
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-4
|
||
|
repos:
|
||
|
- name: repo1
|
||
|
volume:
|
||
|
volumeClaimSpec:
|
||
|
accessModes:
|
||
|
- "ReadWriteOnce"
|
||
|
resources:
|
||
|
requests:
|
||
|
storage: 1Gi
|