Last active
July 29, 2021 20:51
-
-
Save Akaame/5ece9b4bc38f797eb1f1fc9a8e230e4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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