- I'm going to reference them, but the testing for this repo does link validation up front, so the files need to exist in their final locations before the other PR can pass it's testing/validation. Signed-off-by: Joe Heck <heckj@mac.com>
19 lines
367 B
YAML
19 lines
367 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: Deployment
|
|
metadata:
|
|
name: echoserver
|
|
namespace: default
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: echoserver
|
|
spec:
|
|
containers:
|
|
- image: gcr.io/google_containers/echoserver:1.0
|
|
imagePullPolicy: Always
|
|
name: echoserver
|
|
ports:
|
|
- containerPort: 8080
|