Skip to content
Merged
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
4 changes: 2 additions & 2 deletions config/manager/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ data:
ENABLE_LEADER_ELECTION: "false"
METRICS_ADDR_CTRL_MGR: "0"
METRICS_ADDR_SVC_MGR: ":8080"
PARTITION_ID: cm-partition
TENANT: cm-tenant
PARTITION_ID: sample-partition
TENANT: sample-tenant
kind: ConfigMap
metadata:
creationTimestamp: null
Expand Down
8 changes: 4 additions & 4 deletions config/samples/database_v1_postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ spec:
backup:
s3BucketURL: ""
numberOfInstances: 2
partitionID: cm-partition
partitionID: sample-partition
projectID: projectid-a
size:
storageSize: 1Gi
tenant: cm-tenant
tenant: sample-tenant
version: "12"
---
apiVersion: database.fits.cloud/v1
Expand All @@ -28,9 +28,9 @@ spec:
backup:
s3BucketURL: ""
numberOfInstances: 2
partitionID: cm-partition
partitionID: sample-partition
projectID: projectid-b
size:
storageSize: 1Gi
tenant: cm-tenant
tenant: sample-tenant
version: "12"