From e1d9c6d1c5847b19d2597af2fb7170cc325b3798 Mon Sep 17 00:00:00 2001 From: Ohanyere Francis <106790621+ohanyere@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:33:51 -0700 Subject: [PATCH] feat: add new-postgresql infrastructure claim --- k8s/overlays/dev/claims/new-postgresql.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 k8s/overlays/dev/claims/new-postgresql.yaml diff --git a/k8s/overlays/dev/claims/new-postgresql.yaml b/k8s/overlays/dev/claims/new-postgresql.yaml new file mode 100644 index 0000000..6aea010 --- /dev/null +++ b/k8s/overlays/dev/claims/new-postgresql.yaml @@ -0,0 +1,19 @@ +apiVersion: platform.ohanyere.com/v1alpha1 +kind: PostgreSQLInstance +metadata: + name: new-postgresql + namespace: source-api-dev + labels: + platform.io/team: platform-engineering + platform.io/cost-center: cc-platform-engineering + platform.io/environment: dev + platform.io/provisioned-by: nexus-platform + platform.io/service: source-api +spec: + compositionRef: + name: postgresql.aws.platform.ohanyere.com + parameters: + region: us-east-1 + storageGB: 20 + instanceClass: db.t4g.micro + deletionPolicy: Orphan