-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathdepcon.yml
More file actions
40 lines (40 loc) · 778 Bytes
/
depcon.yml
File metadata and controls
40 lines (40 loc) · 778 Bytes
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
---
id: /sites/openstack4j
cpus: 0.5
mem: 400.0
instances: 1
container:
type: DOCKER
docker:
image: pacesys/openstack4j.com:${VERSION}
network: BRIDGE
forcePullImage: true
parameters:
- key: label
value: Name=site
- key: label
value: System=openstack4j
portMappings:
- containerPort: 80
hostPort: 0
servicePort: 4000
protocol: tcp
uris:
- file:///etc/docker.tar.gz
env:
TAGS: website,openstack4j,mesos
DEPLOYED_VERSION: 'latest'
labels:
group: site
role: openstack4j
HAPROXY_GROUP: external
HAPROXY_0_VHOST: openstack4j.com
healthChecks:
- path: /
portIndex: 0
protocol: HTTP
gracePeriodSeconds: 120
intervalSeconds: 30
timeoutSeconds: 20
maxConsecutiveFailures: 3
ignoreHttp1xx: false