forked from equinor/fmu-dataio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
radixconfig.yaml
41 lines (41 loc) · 925 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
apiVersion: radix.equinor.com/v1
kind: RadixApplication
metadata:
name: fmu-schemas
spec:
environments:
- name: dev
build:
from: main
- name: prod
components:
- name: main
publicPort: http
ports:
- name: http
port: 8080
ingressConfiguration:
- stickysessions
environmentConfig:
- environment: dev
horizontalScaling:
minReplicas: 1
maxReplicas: 2
resources:
requests:
memory: "1Gi"
cpu: "500m"
limits:
memory: "2Gi"
cpu: "1000m"
- environment: prod
horizontalScaling:
minReplicas: 1
maxReplicas: 2
resources:
requests:
memory: "1Gi"
cpu: "500m"
limits:
memory: "2Gi"
cpu: "1000m"