Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(stack/trino-iceberg): Use Minio with TLS, increase memory limits #176

Merged
merged 12 commits into from
Mar 19, 2025
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
default_language_version:
node: system

exclude: '^stacks/_templates/minio-tls/rendered-chart\.yaml$'
exclude: '^stacks/_templates/minio-.*/rendered-chart\.yaml$'

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/demos/pages/trino-iceberg.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WARNING: This demo should not be run alongside other demos.
To run this demo, your system needs at least:

* 6 {k8s-cpu}[cpu units] (core/hyperthread)
* 15GiB memory
* 21GiB memory
* 110GiB disk storage

[NOTE]
Expand Down
Loading