mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
18 lines
308 B
YAML
18 lines
308 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: Deployment
|
|
metadata:
|
|
name: echo
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
metadata:
|
|
labels:
|
|
name: echo
|
|
spec:
|
|
containers:
|
|
- name: echo
|
|
image: tomwilkie/echo
|
|
imagePullPolicy: IfNotPresent
|
|
ports:
|
|
- containerPort: 80
|