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"