forked from equinor/isar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathradixconfig.yml
More file actions
32 lines (31 loc) · 738 Bytes
/
Copy pathradixconfig.yml
File metadata and controls
32 lines (31 loc) · 738 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
apiVersion: radix.equinor.com/v1
kind: RadixApplication
metadata:
name: isar-dev
spec:
environments:
- name: dev
build:
from: radix
- name: test
- name: prod
components:
- name: isar
src: ./
ports:
- name: http
port: 3000
publicPort: http
variables:
AZURE_TENANT_ID: 3aa4a235-b6e2-48d5-9195-7fcf05b459b0
ROBOT_PACKAGE: isar_robot
ISAR_STORAGE: '["local"]'
ISAR_AUTHENTICATION_ENABLED: true
environmentConfig:
- environment: dev
variables:
AZURE_CLIENT_ID: fd384acd-5c1b-4c44-a1ac-d41d720ed0fe
runAsNonRoot: true
secrets:
- AZURE_CLIENT_SECRET
- MQTT_PASSWORD