forked from spinnaker/orca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorca.yml
43 lines (32 loc) · 1.06 KB
/
orca.yml
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
42
43
# halconfig
server:
port: ${services.orca.port:8083}
address: ${services.orca.host:localhost}
oort:
baseUrl: ${services.clouddriver.baseUrl:http://localhost:7002}
front50:
enabled: true
baseUrl: ${services.front50.baseUrl:http://localhost:8080}
mort:
baseUrl: ${services.clouddriver.baseUrl:http://localhost:7002}
kato:
baseUrl: ${services.clouddriver.baseUrl:http://localhost:7002}
bakery:
enabled: true
baseUrl: ${services.rosco.baseUrl:http://localhost:8087}
extractBuildDetails: ${services.rosco.extractBuildDetails:true}
allowMissingPackageInstallation: ${services.rosco.allowMissingPackageInstallation:false}
echo:
enabled: true
baseUrl: ${services.echo.baseUrl:http://localhost:8089}
igor:
enabled: true
baseUrl: ${services.igor.baseUrl:http://localhost:8088}
kayenta:
enabled: ${services.kayenta.enabled:false}
baseUrl: ${services.kayenta.baseUrl:http://localhost:8090}
redis:
connection: ${services.redis.baseUrl:redis://localhost:6379}
tasks:
executionWindow:
timezone: ${global.spinnaker.timezone:America/Los_Angeles}