summaryrefslogtreecommitdiffstats
path: root/clover/test/app/sdc/lb-v2.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'clover/test/app/sdc/lb-v2.yaml')
-rw-r--r--clover/test/app/sdc/lb-v2.yaml23
1 files changed, 23 insertions, 0 deletions
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
+---
+