Add charm for minio console (web portal for minio)
ca-scribner opened this issue · 2 comments
ca-scribner commented
Logging this here as it relates to minio, although it does not really affect this charm specifically.
We could add an additional charm to provide the minio console (similar to the Argo server charm)
Barteus commented
Minio console is currently running on a random port of the minio container.
We can specify this port using --console-address ":9001"
. Additionally, this port can be handled in the same manner that port 9000 is (exposed, configurable, described).