-
Notifications
You must be signed in to change notification settings - Fork 376
/
Copy pathci-values.yml
38 lines (38 loc) · 1.06 KB
/
ci-values.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
terriamap:
serverConfig:
port: 3001
allowProxyFor: [
"nicta.com.au",
"gov.au",
"csiro.au",
"arcgis.com",
"argo.jcommops.org",
"www.abc.net.au",
"geoserver.aurin.org.au",
"mapsengine.google.com",
"s3-ap-southeast-2.amazonaws.com",
"adelaidecitycouncil.com",
"www.dptiapps.com.au",
"geoserver-123.aodn.org.au",
"geoserver.imos.org.au",
"nci.org.au",
"static.nationalmap.nicta.com.au",
"githubusercontent.com",
"gov",
"gov.uk",
"gov.nz"
]
initPaths:
- "/etc/config/client"
newShareUrlPrefix: "s"
shareUrlPrefixes:
s:
service: "s3"
region: "ap-southeast-2"
bucket: "terriajs-ci-sharing"
accessKeyId: "secret"
secretAccessKey: "secret"
resources:
requests:
cpu: 10m
memory: 10Mi