Files
kubernetes/test/e2e/testing-manifests/serviceloadbalancer/netexecrc.yaml
Manjunath A Kumatagi 55868655ff Use proper manifest images
2018-09-28 04:17:07 +00:00

21 lines
507 B
YAML

apiVersion: v1
kind: ReplicationController
metadata:
name: netexec
spec:
# Assumes you have 3 nodes in your cluster.
replicas: 3
template:
metadata:
labels:
app: netexec
spec:
containers:
- name: netexec
image: gcr.io/kubernetes-e2e-test-images/netexec:1.0
ports:
- containerPort: 8080
# This is to force these pods to land on different hosts.
# TODO: use the downward api and get podname instead.
hostPort: 81