banzaicloud / thanos-operator

Kubernetes operator for deploying Thanos
Apache License 2.0
279 stars 47 forks source link

Make ingresses optional #34

Open dvianello opened 4 years ago

dvianello commented 4 years ago

Is your feature request related to a problem? Please describe. I do not want to create an ingress for querier, as there's a local grafana instance that will access it in-cluster.

Describe the solution you'd like to see A bool variable in the CRD spec that disables ingress creation.

Describe alternatives you've considered N/A

Additional context N/A

dvianello commented 4 years ago

Ah, looks like that leaving out

HTTPIngress: {}

from the spec works, but the Operator didn't remove the ingress on CRD change.

tarokkk commented 3 years ago

This should have clear documentation