apps(stackgres): Add sgprofile

main
trivernis 10 months ago
parent e6e745609e
commit 6ee5069cf1
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -7,3 +7,4 @@ resources:
- app/namespace.yaml
- app/release.yaml
- app/route.yaml
- app/sgprofile.yaml

@ -0,0 +1,8 @@
apiVersion: stackgres.io/v1
kind: SGInstanceProfile
metadata:
namespace: default
name: size-small
spec:
cpu: "1"
memory: "2Gi"
Loading…
Cancel
Save