forked from IvorySQL/ivory-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivory.yaml
More file actions
26 lines (26 loc) · 659 Bytes
/
ivory.yaml
File metadata and controls
26 lines (26 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
apiVersion: ivory-operator.ivorysql.org/v1beta1
kind: IvoryCluster
metadata:
name: hippo-azure
spec:
image: docker.io/ivorysql/ivorysql:ubi9-5.1-5.1-1
postgresVersion: 15
instances:
- dataVolumeClaimSpec:
accessModes:
- "ReadWriteOnce"
resources:
requests:
storage: 1Gi
backups:
pgbackrest:
image: docker.io/ivorysql/pgbackrest:ubi9-2.56.0-5.1-1
configuration:
- secret:
name: ivyo-azure-creds
global:
repo1-path: /pgbackrest/ivory-operator/hippo-azure/repo1
repos:
- name: repo1
azure:
container: "<YOUR_AZURE_CONTAINER>"