mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-09 10:47:27 +00:00
21 lines
343 B
YAML
21 lines
343 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: echo
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
name: echo
|
|
template:
|
|
metadata:
|
|
labels:
|
|
name: echo
|
|
spec:
|
|
containers:
|
|
- name: echo
|
|
image: tomwilkie/echo
|
|
imagePullPolicy: IfNotPresent
|
|
ports:
|
|
- containerPort: 80
|