Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: phil/rename4 #30

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/paradedb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#
apiVersion: v2
name: paradedb-cluster
name: paradedb
description: Deploys and manages a ParadeDB CloudNativePG cluster and its associated resources.
icon: https://raw.githubusercontent.com/paradedb/paradedb/main/docs/logo/light.svg
type: application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
args:
- |
mc alias set myminio https://minio.minio.svc.cluster.local minio minio123
mc rm --recursive --force myminio/mybucket/paradedb
mc rm --recursive --force myminio/mybucket/paradedb-minio-backup-restore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: paradedb-paradedb-cluster
name: standalone-paradedb
status:
readyInstances: 2
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
type: paradedb
mode: standalone
version:
paradedb: 0.9.4

cluster:
instances: 2
Expand All @@ -21,7 +19,7 @@ backups:
encryption: ""
s3:
bucket: "mybucket"
path: "/paradedb/v1"
path: "/paradedb-minio-backup-restore/v1"
accessKey: "minio"
secretKey: "minio123"
region: "local"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: batch/v1
kind: Job
metadata:
name: paradedb-write
name: data-write
status:
succeeded: 1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: paradedb-write
name: data-write
spec:
template:
spec:
Expand All @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: paradedb-paradedb-cluster-app
name: standalone-paradedb-superuser
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: paradedb-paradedb-cluster-app
name: paradedb-paradedb-app
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: paradedb-paradedb-cluster-superuser
name: paradedb-paradedb-superuser
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
spec:
method: barmanObjectStore
cluster:
name: paradedb-paradedb-cluster
name: paradedb-paradedb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: post-init-backup
spec:
cluster:
name: paradedb-paradedb-cluster
name: paradedb-paradedb
method: barmanObjectStore
status:
phase: completed
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: post-init-backup
spec:
cluster:
name: paradedb-paradedb-cluster
name: paradedb-paradedb
method: barmanObjectStore
status:
phase: running
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: paradedb-paradedb-cluster-superuser
name: paradedb-paradedb-superuser
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: paradedb-paradedb-cluster-superuser
name: paradedb-paradedb-superuser
key: uri
- name: NAMESPACE
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: recovery-backup-pitr-paradedb-cluster
name: recovery-backup-pitr-paradedb
status:
readyInstances: 2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: recovery-backup-pitr-paradedb-cluster-superuser
name: recovery-backup-pitr-paradedb-superuser
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
- podLogs:
selector: cnpg.io/cluster=paradedb-cluster
selector: cnpg.io/cluster=paradedb
- name: Initialize with ParadeDB sample data
timeouts:
apply: 1s
Expand Down Expand Up @@ -123,7 +123,7 @@ spec:
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
- podLogs:
selector: cnpg.io/cluster=paradedb-cluster
selector: cnpg.io/cluster=paradedb
- name: Verify the pre-backup data on the recovery cluster exists but not the post-backup data
try:
- apply:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: standalone-paradedb-cluster
name: standalone-paradedb
status:
readyInstances: 2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: standalone-paradedb-cluster-superuser
name: standalone-paradedb-superuser
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
spec:
method: barmanObjectStore
cluster:
name: standalone-paradedb-cluster
name: standalone-paradedb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: post-init-backup
spec:
cluster:
name: standalone-paradedb-cluster
name: standalone-paradedb
method: barmanObjectStore
status:
phase: completed
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: post-init-backup
spec:
cluster:
name: standalone-paradedb-cluster
name: standalone-paradedb
method: barmanObjectStore
status:
phase: running
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: standalone-paradedb-cluster-superuser
name: standalone-paradedb-superuser
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: standalone-paradedb-cluster-superuser
name: standalone-paradedb-superuser
key: uri
- name: NAMESPACE
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: recovery-backup-paradedb-cluster
name: recovery-backup-paradedb
status:
readyInstances: 2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: recovery-backup-paradedb-cluster-superuser
name: recovery-backup-paradedb-superuser
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: recovery-object-store-paradedb-cluster
name: recovery-object-store-paradedb
status:
readyInstances: 2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cluster:

recovery:
method: object_store
clusterName: "standalone-paradedb-cluster"
clusterName: "standalone-paradedb"
provider: s3
endpointURL: "https://minio.minio.svc.cluster.local"
endpointCA:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: recovery-object-store-paradedb-cluster-superuser
name: recovery-object-store-paradedb-superuser
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: recovery-backup-pitr-paradedb-cluster
name: recovery-backup-pitr-paradedb
status:
readyInstances: 2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: recovery-backup-pitr-paradedb-cluster-superuser
name: recovery-backup-pitr-paradedb-superuser
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Loading