Skip to content

Instantly share code, notes, and snippets.

@Akaame
Last active July 29, 2021 20:51
Show Gist options
  • Save Akaame/5ece9b4bc38f797eb1f1fc9a8e230e4b to your computer and use it in GitHub Desktop.
Save Akaame/5ece9b4bc38f797eb1f1fc9a8e230e4b to your computer and use it in GitHub Desktop.
apiVersion: "acid.zalan.do/v1"
kind: postgresql
metadata:
name: acid-minimal-cluster
namespace: ha-psql
spec:
teamId: test-team
volume:
size: 250Mi
numberOfInstances: 2
users:
test:
- superuser
- createdb
databases:
foo: test # format -> dbname: owner
postgresql:
version: "13"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment