forked from spotify/helios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
helios-base.conf
37 lines (33 loc) · 1 KB
/
helios-base.conf
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
#Overridden by the helios.conf, so this tests overriding works properly
helios.testing.profile : "some totally bogus profile"
helios.testing.profiles : {
local : {
image : "spotify/busybox:latest"
hostFilter : ".*"
env : {
SPOTIFY_TEST_THING: "See, we used the prefix here -->"${prefix}"<--"
SPOTIFY_DOMAIN: ${prefix}".local."
SPOTIFY_POD: ${prefix}".local."
}
}
helios-ci: {
image: "spotify/busybox:latest"
domain: "shared.cloud.spotify.net"
hostFilter: ".+\\.helios-ci\\.cloud"
deployTimeoutMillis: 120000
env: {
SPOTIFY_DOMAIN: ${prefix}".services.helios-ci.cloud.spotify.net"
SPOTIFY_POD: ${prefix}".services.helios-ci.cloud.spotify.net"
SPOTIFY_SYSLOG_HOST: 10.99.0.1
}
}
}
#Overridden by the helios.conf, so this tests overriding works properly
helios.solo.profile : "some totally bogus profile"
helios.solo.profiles : {
local : {
env : {
REGISTRAR_HOST_FORMAT: "_${service}._${protocol}.services.${domain}"
}
}
}