From 6ee5069cf1a568f5f035532bf36ab07289c4f7f7 Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 14 Dec 2023 09:13:32 +0100 Subject: [PATCH] apps(stackgres): Add sgprofile --- apps/stackgres/app.yaml | 1 + apps/stackgres/app/sgprofile.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 apps/stackgres/app/sgprofile.yaml diff --git a/apps/stackgres/app.yaml b/apps/stackgres/app.yaml index 3bc60fe..2d6d740 100644 --- a/apps/stackgres/app.yaml +++ b/apps/stackgres/app.yaml @@ -7,3 +7,4 @@ resources: - app/namespace.yaml - app/release.yaml - app/route.yaml + - app/sgprofile.yaml diff --git a/apps/stackgres/app/sgprofile.yaml b/apps/stackgres/app/sgprofile.yaml new file mode 100644 index 0000000..7a106dc --- /dev/null +++ b/apps/stackgres/app/sgprofile.yaml @@ -0,0 +1,8 @@ +apiVersion: stackgres.io/v1 +kind: SGInstanceProfile +metadata: + namespace: default + name: size-small +spec: + cpu: "1" + memory: "2Gi"