grafana / rollout-operator

Kubernetes Rollout Operator
Apache License 2.0
141 stars 20 forks source link

fix: add support for delayed downscale port in the URL #176

Closed cyriltovena closed 1 month ago

cyriltovena commented 1 month ago

This adds support for port in the delayed downscale annotations

         'grafana.com/rollout-prepare-delayed-downscale-url': 'http://pod:3100/ingester/prepare_partition_downscale',

Previously the port would get erased.