Files
weave-scope/extras/example/k8s/client-deployment.yaml
2019-09-21 16:00:58 +00:00

21 lines
379 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: client
spec:
replicas: 1
selector:
matchLabels:
name: client
template:
metadata:
labels:
name: client
spec:
containers:
- name: client
image: tomwilkie/client
imagePullPolicy: IfNotPresent
args:
- -target=frontend.default.svc.cluster.local