s3gw-tech / s3gw

Container able to run on a Kubernetes cluster, providing S3-compatible endpoints to applications.
https://s3gw.tech
Apache License 2.0
145 stars 21 forks source link

[BUG] chart: Unable to set public domain when ingress.enabled=false #872

Open Skoucail opened 4 months ago

Skoucail commented 4 months ago

I'm not using traefik in my cluster but an other ingress controller. Because of that i had to set ingress.enabled=false.

But now the s3gw is not working correctly for external connections. (Its creating buckets with my domain name) I believe the reason for this is the part in the deployment chart template below. image

The public domain dns is only added when ingress.enabled=true.