forked from lyft/metadataproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yaml
41 lines (39 loc) · 895 Bytes
/
manifest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: metadataproxy
description: Intercepts calls to EC2 Metadata Service from containers.
repository: [email protected]:lyft/metadataproxy.git
pagerduty_escalation_policy: DevX
team_email: [email protected]
containers:
- name: server
command: /code/metadataproxy/entrypoint.sh
provision: /code/metadataproxy/provision.sh
network: host
mounts:
- /var/run/docker_sockets
start_phase: sequential_init
privileged: true
groups:
- name: dev
members:
- metadataproxy.server
tests:
- name: startup
type: startup
group: metadataproxy.dev
deploy:
- name: staging
legacy: false
environment: staging
orca: []
- name: canary
legacy: false
environment: production
orca: []
- name: production
legacy: false
environment: production
orca: []
builder:
name: docker_build
params:
dockerfile: Dockerfile.private