-
Notifications
You must be signed in to change notification settings - Fork 21
/
radixconfig.yaml
46 lines (46 loc) · 1000 Bytes
/
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
apiVersion: radix.equinor.com/v1
kind: RadixApplication
metadata:
name: lightning
spec:
environments:
- name: development
build:
from: master
components:
- name: www
src: ./www
publicPort: http
ports:
- name: http
port: 3000
environmentConfig:
- environment: development
monitoring: false
resources:
requests:
memory: "50Mi"
cpu: "10m"
limits:
memory: "54Mi"
cpu: "20m"
replicas: 1
- name: echo
src: ./echo
ports:
- name: http
port: 3001
environmentConfig:
- environment: development
monitoring: true
resources:
requests:
memory: "50Mi"
cpu: "50m"
limits:
memory: "54Mi"
cpu: "200m"
replicas: 2
dnsAppAlias:
environment: development
component: www