blob: 0a4287d9e72fe468755f8f4c9f753b4346e49516 [file] [log] [blame]
Jeremy Ronquillo223db002020-06-05 10:28:22 -07001# Copyright 2019-present Open Networking Foundation
2#
Jeremy Ronquillo6046ce32020-06-18 11:06:29 -07003# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
Jeremy Ronquillo223db002020-06-05 10:28:22 -07004
5images:
6 tags:
7 initCU: docker.io/omecproject/pod-init:1.0.0
Hyunsun Moon8da17882020-10-14 21:28:44 -05008 nats: registry.aetherproject.org/accelleran/accelleran-cu-nats:v1.0.0
9 redis: registry.aetherproject.org/accelleran/accelleran-cu-redis:v1.0.0
Jeremy Ronquillo223db002020-06-05 10:28:22 -070010 redisClient: docker.io/redis:5.0.6-alpine3.10
Hyunsun Moon8da17882020-10-14 21:28:44 -050011 ric: registry.aetherproject.org/accelleran/accelleran-cu-ric:v1.0.0
12 ricWeb: registry.aetherproject.org/accelleran/accelleran-cu-ricweb:v1.0.0
Jeremy Ronquillo223db002020-06-05 10:28:22 -070013 depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
14 pullPolicy: IfNotPresent
Hyunsun Moon8da17882020-10-14 21:28:44 -050015 credentials: {}
16 # If specified, use this credential to access the image
17 # registry:
18 # username:
19 # password:
Jeremy Ronquillo223db002020-06-05 10:28:22 -070020
21nodeSelectors:
22 enabled: false
23 accelleranCBRSCommon:
24 label: accelleran-cbrs-common
25 value: enabled
26
27resources:
28 enabled: true
29 accelleranCBRSCommon:
30 requests:
31 cpu: 3
32 memory: 1Gi
33 limits:
34 cpu: 3
35 memory: 1Gi
36
37config:
38 nats:
39 url: accelleran-cbrs-nats:4222
40 ip: 119.0.0.30 # Node IP address of nats -- for accessing through NodePort
41 ports:
42 natsPort:
43 port: 4222
44 nodePort: 31000
45 protocol: TCP
46 clusterPort:
47 port: 6222
48 nodePort: 31001
49 protocol: TCP
50 consolePort:
51 port: 8222
52 nodePort: 31002
53 protocol: TCP
54 redis:
55 hostName: accelleran-cbrs-redis
56 ports:
57 redisPort:
58 port: 6379
59 nodePort: 32000
60 protocol: TCP
Hyunsun Moonbb68dfc2020-10-08 16:35:27 -070061 persistence:
62 enabled: true
63 storageClass: "fast-disks"
64 accessMode: ReadWriteOnce
65 size: 1Gi
Jeremy Ronquillo223db002020-06-05 10:28:22 -070066 ric:
67 zlogConf:
68 bufferMin: 64K
69 bufferMax: 64K
70 instanceId: ONFRIC001
71 ricWeb:
72 ports:
73 ricWebPort:
74 port: 8080
75 nodePort: 30000
76 protocol: TCP