You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
apiVersion: stackgres.io/v1
|
|
kind: SGCluster
|
|
metadata:
|
|
namespace: discordbot-2b
|
|
name: cluster
|
|
spec:
|
|
postgres:
|
|
version: '16'
|
|
instances: 2
|
|
pods:
|
|
persistentVolume:
|
|
size: '2Gi'
|
|
storageClass: ebs-ssd
|
|
prometheusAutobind: true
|
|
managedSql:
|
|
scripts:
|
|
- sgScript: cluster-scripts
|