diff --git a/Makefile b/Makefile index 3b675f5..1d8dd91 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -IMG ?= softonic/rate-limit-operator:1.0.3 +IMG ?= softonic/rate-limit-operator:1.0.7 CRD_OPTIONS ?= "crd:trivialVersions=true" BIN := rate-limit-operator PKG := github.com/softonic/rate-limit-operator -VERSION ?= 1.0.3 +VERSION ?= 1.0.7 ARCH ?= amd64 APP ?= rate-limit-operator NAMESPACE ?= rate-limit-operator-system diff --git a/controllers/envoyfilterobject.go b/controllers/envoyfilterobject.go index 8f46901..c60a6d0 100644 --- a/controllers/envoyfilterobject.go +++ b/controllers/envoyfilterobject.go @@ -55,9 +55,8 @@ func (r *RateLimitReconciler) prepareUpdateEnvoyFilterObjects(rateLimitInstance nameVhost := firstElementHosts + ":80" - // address := os.Getenv("ADDRESS_RATELIMIT_ENDPOINT") + address := os.Getenv("ADDRESS_RATELIMIT_ENDPOINT") - address := "istio-system-ratelimit" fqdn := address + "." + controllerNamespace + ".svc.cluster.local"