mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
33 lines
769 B
YAML
33 lines
769 B
YAML
# borrowed from https://cloud.weave.works/k8s/scope.yaml?k8s-version=1.10.0
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: weave-scope-app
|
|
labels:
|
|
name: weave-scope-app
|
|
app: weave-scope
|
|
weave-cloud-component: scope
|
|
weave-scope-component: app
|
|
namespace: weave
|
|
spec:
|
|
replicas: 1
|
|
revisionHistoryLimit: 2
|
|
template:
|
|
metadata:
|
|
labels:
|
|
name: weave-scope-app
|
|
app: weave-scope
|
|
weave-cloud-component: scope
|
|
weave-scope-component: app
|
|
spec:
|
|
containers:
|
|
- name: app
|
|
args:
|
|
- '--no-probe'
|
|
env: []
|
|
image: weaveworks/scope:1.13.2
|
|
imagePullPolicy: IfNotPresent
|
|
ports:
|
|
- containerPort: 4040
|
|
protocol: TCP
|