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 stacks/stacks-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ stacks:
- minio
- s3
manifests:
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/minio-distributed-small.yaml
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/minio-tls/rendered-chart.yaml
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-hive-iceberg.yaml
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-iceberg/s3-connection.yaml
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-iceberg/hive-metastores.yaml
Expand Down
5 changes: 5 additions & 0 deletions stacks/trino-iceberg/s3-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ spec:
accessStyle: Path
credentials:
secretClass: minio-s3-credentials
tls:
verification:
server:
caCert:
secretClass: tls
---
apiVersion: secrets.stackable.tech/v1alpha1
kind: SecretClass
Expand Down