helm: add Iceberg REST catalog support to S3 service (#8193)

* helm: add Iceberg REST catalog support to S3 service

* helm: add Iceberg REST catalog support to S3 service

---------

Co-authored-by: yalin.sahin <yalin.sahin@tradition.ch>
This commit is contained in:
Yalın Doğu Şahin
2026-02-03 22:44:52 +01:00
committed by GitHub
parent f01876e051
commit 47fc9e771f
3 changed files with 16 additions and 0 deletions

View File

@@ -909,6 +909,9 @@ s3:
# add additional https port
httpsPort: 0
metricsPort: 9327
# Iceberg catalog REST port (Apache Iceberg REST Catalog API)
# Set to a port number to enable, or 0/null to disable
icebergPort: null
loggingOverrideLevel: null
# enable user & permission to s3 (need to inject to all services)
enableAuth: false