diff --git a/openstack_operator/templates/mcrouter/deployment.yml.j2 b/openstack_operator/templates/mcrouter/deployment.yml.j2 index 87a5232b..9fbdbdd2 100644 --- a/openstack_operator/templates/mcrouter/deployment.yml.j2 +++ b/openstack_operator/templates/mcrouter/deployment.yml.j2 @@ -66,11 +66,11 @@ spec: containerPort: 9442 livenessProbe: httpGet: - path: /metrics + path: / port: metrics readinessProbe: httpGet: - path: /metrics + path: / port: metrics resources: limits: diff --git a/openstack_operator/templates/memcached/deployment.yml.j2 b/openstack_operator/templates/memcached/deployment.yml.j2 index 3a7da83b..52c43a18 100644 --- a/openstack_operator/templates/memcached/deployment.yml.j2 +++ b/openstack_operator/templates/memcached/deployment.yml.j2 @@ -62,11 +62,11 @@ spec: containerPort: 9150 livenessProbe: httpGet: - path: /metrics + path: / port: metrics readinessProbe: httpGet: - path: /metrics + path: / port: metrics resources: limits: