mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
43 lines
845 B
YAML
43 lines
845 B
YAML
apps:
|
|
tooljet:
|
|
service:
|
|
type: ClusterIP
|
|
host: "http://localhost"
|
|
deployment:
|
|
resources:
|
|
requests:
|
|
memory: 1024Mi
|
|
cpu: 1
|
|
limits:
|
|
memory: 2048Mi
|
|
cpu: 2
|
|
hpa:
|
|
min: 1
|
|
max: 1
|
|
threshold:
|
|
cpu: 0.75
|
|
ram: 768Mi
|
|
secret:
|
|
name: tooljet-server
|
|
data:
|
|
pg_user: "postgresql"
|
|
pg_password: "postgresql"
|
|
pg_db: "tooljet"
|
|
lockbox_key: "0123456789ABCDEF"
|
|
secret_key_base: "0123456789ABCDEF"
|
|
|
|
postgresql:
|
|
enabled: true
|
|
postgresqlExtendedConf:
|
|
maxConnections: 1024
|
|
replication:
|
|
enabled: false
|
|
auth:
|
|
# postgresPassword: "postgres"
|
|
username: "postgresql"
|
|
password: "postgresql"
|
|
primary:
|
|
persistence:
|
|
enabled: true
|
|
size: 8Gi
|
|
storageClass: ""
|