ToolJet/deploy/helm/values.yaml
Alexander Weber bf8897c2f6
Adding HELM charts for installation in Kubernetes (#2393)
* + added helm chart config

* + db seed config

* fixed (placeholder) HPA values to at least make sense

* made service type configurable in values.yaml
2022-03-17 23:44:35 +05:30

43 lines
846 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
threshhold:
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: ""