
Include: -added automated test case for pod to pod connectivity -added pod related yaml files -fixed test cases dvr, multiple ports, ping vms, and vm meta data retrieval Story: 2007406 Task: 39009 Change-Id: Ib20ee48d4a3769da449dc0fe487ea35cd812fb17 Author: Ayyappa Mantri <ayyappa.mantri@windriver.com> Co-Authored-By: Yvonne Ding <yvonne.ding@windriver.com> Signed-off-by: Yvonne Ding <yvonne.ding@windriver.com>
20 lines
404 B
YAML
20 lines
404 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: server-pod-dep
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
server: pod-to-pod
|
|
replicas: 2
|
|
template:
|
|
metadata:
|
|
labels:
|
|
server: pod-to-pod
|
|
spec:
|
|
containers:
|
|
- name: server-container
|
|
image: gcr.io/google-samples/node-hello:1.0
|
|
ports:
|
|
- containerPort: 8080
|
|
protocol: TCP |