Skip to content

Commit 0695d69

Browse files
authored
fix(stack/trino-iceberg): Use Minio with TLS, increase memory limits (#176)
* fix(stack/trino-iceberg): Use Minio with TLS * add broken generated minio tls chart * adjust rendered chart to support tls * add pod scope to tls * add .cluster.local to minio server address * add ca cert to minio container * increase memory limits, use FQDN for s3connection, update stack file * update docs with memory increase
1 parent 2ee7cf0 commit 0695d69

File tree

7 files changed

+823
-8
lines changed

7 files changed

+823
-8
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
default_language_version:
33
node: system
44

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

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks

docs/modules/demos/pages/trino-iceberg.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WARNING: This demo should not be run alongside other demos.
1919
To run this demo, your system needs at least:
2020

2121
* 6 {k8s-cpu}[cpu units] (core/hyperthread)
22-
* 15GiB memory
22+
* 21GiB memory
2323
* 110GiB disk storage
2424
2525
[NOTE]

0 commit comments

Comments
 (0)