From aa3301227f89ed7d5e8daf34c216abf6e02dd410 Mon Sep 17 00:00:00 2001 From: Shekar Murugani Date: Thu, 18 Dec 2025 10:18:04 +0530 Subject: [PATCH] revert exclude k8 hosts --- .../INFRA-HOST-to-INFRA-MEMCACHEDINSTANCE.stg.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/relationships/synthesis/INFRA-HOST-to-INFRA-MEMCACHEDINSTANCE.stg.yml b/relationships/synthesis/INFRA-HOST-to-INFRA-MEMCACHEDINSTANCE.stg.yml index dbe6fba70..4b1644323 100644 --- a/relationships/synthesis/INFRA-HOST-to-INFRA-MEMCACHEDINSTANCE.stg.yml +++ b/relationships/synthesis/INFRA-HOST-to-INFRA-MEMCACHEDINSTANCE.stg.yml @@ -14,8 +14,6 @@ relationships: # Local detection - instance address is localhost - attribute: displayName regex: "^(localhost|127\\.0\\.0\\.1|::1|0\\.0\\.0\\.0)(:.*)$" - - attribute: podName # condition to exclude k8s hosts - present: false relationship: expires: PT75M relationshipType: HOSTS @@ -51,8 +49,6 @@ relationships: # Local detection - instance address is localhost - attribute: displayName regex: "^(localhost|127\\.0\\.0\\.1|::1|0\\.0\\.0\\.0)(:.*)$" - - attribute: podName # condition to exclude k8s hosts - present: false relationship: expires: PT75M relationshipType: HOSTS @@ -88,8 +84,6 @@ relationships: present: true - attribute: displayName regex: "^(?!localhost|127\\.0\\.0\\.1|::1|0\\.0\\.0\\.0).*" - - attribute: podName # condition to exclude k8s hosts - present: false relationship: expires: PT75M relationshipType: MEASURES @@ -124,8 +118,6 @@ relationships: present: true - attribute: displayName regex: "^(?!localhost|127\\.0\\.0\\.1|::1|0\\.0\\.0\\.0).*" - - attribute: podName # condition to exclude k8s hosts - present: false relationship: expires: PT75M relationshipType: MEASURES