-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathradixconfig.yaml
55 lines (46 loc) · 1.84 KB
/
radixconfig.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
apiVersion: radix.equinor.com/v1
kind: RadixApplication
metadata:
name: procosys-frontend
spec:
dnsExternalAlias:
- alias: procosystest.equinor.com
component: frontend
environment: test
useCertificateAutomation: true
- alias: procosys.equinor.com
component: frontend
environment: prod
useCertificateAutomation: true
environments:
- name: test
build:
from: '*'
- name: prod
build:
from: master
components:
- name: frontend
publicPort: http
variables:
PRESERVATION_API_SCOPE: "api://1eb50c54-e897-4216-93d0-6ca86b0cf681/ReadWrite"
PRESERVATION_API_URL: "https://backend-procosys-preservation-api-prod.radix.equinor.com/"
SEARCH_API_SCOPE: "api://a565f893-a478-4c28-b9ed-b26c25d6ec4d/ReadWrite"
SEARCH_API_URL: "https://backend-procosys-search-api-prod.radix.equinor.com/"
IPO_API_SCOPE: "api://b3399356-b2b6-44d4-a7b6-323eefc8a173/ReadWrite"
IPO_API_URL: "https://backend-procosys-ipo-api-prod.radix.equinor.com/"
PROCOSYS_API_SCOPE: "api://47641c40-0135-459b-8ab4-459e68dc8d08/web_api"
PROCOSYS_API_URL: "https://procosyswebapi.equinor.com/api"
LIBRARY_API_SCOPE: "api://6263b7e6-155f-411b-9503-c5c841a601e0/ReadWrite"
LIBRARY_API_URL: "https://backend-procosys-library-api-prod.radix.equinor.com/"
INSTRUMENTATION_KEY: "ed1e9f1c-5b68-44ca-afec-76ece1f08f80"
HEADER_COLOR: "#FFFFFF"
CLIENT_ID: "50b15344-28c9-45b5-9616-41da16fc9dcc"
SCOPES: '[ "api://47641c40-0135-459b-8ab4-459e68dc8d08/web_api", "https://graph.microsoft.com/User.Read" ]'
FEATURE_FLAGS: '{ "IPO": true, "ManufacturerModelEnabled": false, "library": true, "main": true, "preservation": true, "quickSearch": false }'
ports:
- name: http
port: 5000
environmentConfig:
- environment: test
- environment: prod