From 6c5d33ba097c7cce07487db5a6fa306cb0e9cc8f Mon Sep 17 00:00:00 2001 From: Stephen Wong Date: Wed, 18 Apr 2018 16:27:59 -0700 Subject: Experimental commit for A-B testing with Clover Fraser release and on the SDC application Change-Id: I6e1bd84a6d674a2c4c4484722b20415f5402a59c Signed-off-by: Stephen Wong --- clover/test/app/sdc/lb-v2.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 clover/test/app/sdc/lb-v2.yaml (limited to 'clover/test/app/sdc/lb-v2.yaml') diff --git a/clover/test/app/sdc/lb-v2.yaml b/clover/test/app/sdc/lb-v2.yaml new file mode 100644 index 0000000..22285c4 --- /dev/null +++ b/clover/test/app/sdc/lb-v2.yaml @@ -0,0 +1,23 @@ +--- +apiVersion: extensions/v1beta1 +kind: Deployment +metadata: + name: http-lb-v2 + labels: + app: http-lb + version: v2 +spec: + template: + metadata: + labels: + app: http-lb + version: v2 + spec: + containers: + - name: http-lb + image: localhost:5000/http-lb2 + ports: + - containerPort: 50054 + - containerPort: 9188 +--- + -- cgit 1.2.3-korg