feat: add affine cloud helm config (#2870)

This commit is contained in:
DarkSky
2023-06-27 21:00:41 +08:00
committed by GitHub
parent 4fad21fe5c
commit 5275ff5493
8 changed files with 134 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
affineCloud:
tag: 'nightly-latest'
resources:
cpu: '250m'
memory: 0.5Gi
postgresql:
auth:
# only for demo, please modify it at prod env
username: affine
password: XJYMLnuBJS27a2du
database: affine
primary:
initdb:
scripts:
01-init.sql: |
CREATE DATABASE affine_binary;
GRANT ALL PRIVILEGES ON DATABASE affine_binary TO affine;
resources:
limits:
cpu: '500m'
memory: 0.5Gi