benfiola / minio-operator-ext

5 stars 0 forks source link

When building internal hostname to minio tenant service, omit the cluster domain #11

Closed benfiola closed 1 month ago

benfiola commented 1 month ago

Because the cluster domain is configurable, we shouldn't use the fully qualified DNS name when deriving the hostname for internal minio tenant services.

(For example, rather than do tenant.minio.svc.cluster.local, use tenant.minio.svc)

benfiola commented 1 month ago

Created the following PR to address this.