All checks were successful
continuous-integration/drone/push Build is passing
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: weave-scope-app
|
|
annotations:
|
|
cloud.weave.works/launcher-info: |-
|
|
{
|
|
"original-request": {
|
|
"url": "/k8s/1.13.1/scope.yaml",
|
|
"date": "Mon Jan 25 2021 11:56:21 GMT+0000 (UTC)"
|
|
},
|
|
"email-address": "support@weave.works"
|
|
}
|
|
labels:
|
|
name: weave-scope-app
|
|
app: weave-scope
|
|
weave-cloud-component: scope
|
|
weave-scope-component: app
|
|
namespace: weave
|
|
spec:
|
|
replicas: 1
|
|
revisionHistoryLimit: 2
|
|
selector:
|
|
matchLabels:
|
|
name: weave-scope-app
|
|
app: weave-scope
|
|
weave-cloud-component: scope
|
|
weave-scope-component: app
|
|
template:
|
|
metadata:
|
|
labels:
|
|
name: weave-scope-app
|
|
app: weave-scope
|
|
weave-cloud-component: scope
|
|
weave-scope-component: app
|
|
spec:
|
|
containers:
|
|
- name: app
|
|
args:
|
|
- '--mode=app'
|
|
command:
|
|
- /home/weave/scope
|
|
env: []
|
|
image: 'docker.io/weaveworks/scope:1.13.1'
|
|
imagePullPolicy: IfNotPresent
|
|
ports:
|
|
- containerPort: 4040
|
|
protocol: TCP
|