From 9a18c2973c9b27ca702d34cf757378b278d64b96 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Mon, 29 Oct 2018 11:01:55 -0700 Subject: Add context into for sink service selector In order to narrow down the number of the endpoints to one. This change provides a context in the selector section. Change-Id: If1ebe744fc43ad9ec6ebbc513f397e55dae13dd9 Signed-off-by: Victor Morales Issue-ID: MULTICLOUD-301 --- vagrant/tests/_common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vagrant/tests/_common.sh b/vagrant/tests/_common.sh index a8f01baf..ac226da0 100755 --- a/vagrant/tests/_common.sh +++ b/vagrant/tests/_common.sh @@ -226,6 +226,7 @@ spec: nodePort: 30667 selector: app: vFirewall + context: darkstat SERVICE cat << INGRESS > sink-ingress.yaml @@ -455,10 +456,12 @@ spec: selector: matchLabels: app: vFirewall + context: darkstat template: metadata: labels: app: vFirewall + context: darkstat annotations: k8s.v1.cni.cncf.io/networks: '[ { "name": "protected-private-net-cidr", "interfaceRequest": "eth1" }, -- cgit 1.2.3-korg