blob: 318f943994e70d098449615d9c06bb0618b7521c [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
8 nats: registry.aether.opennetworking.org/aether/accelleran-cu-nats:v1.0.0
9 redis: registry.aether.opennetworking.org/aether/accelleran-cu-redis:v1.0.0
10 redisClient: docker.io/redis:5.0.6-alpine3.10
11 ric: registry.aether.opennetworking.org/aether/accelleran-cu-ric:v1.0.0
12 ricWeb: registry.aether.opennetworking.org/aether/accelleran-cu-ricweb:v1.0.0
13 depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
14 pullPolicy: IfNotPresent
15
16nodeSelectors:
17 enabled: false
18 accelleranCBRSCommon:
19 label: accelleran-cbrs-common
20 value: enabled
21
22resources:
23 enabled: true
24 accelleranCBRSCommon:
25 requests:
26 cpu: 3
27 memory: 1Gi
28 limits:
29 cpu: 3
30 memory: 1Gi
31
32config:
33 nats:
34 url: accelleran-cbrs-nats:4222
35 ip: 119.0.0.30 # Node IP address of nats -- for accessing through NodePort
36 ports:
37 natsPort:
38 port: 4222
39 nodePort: 31000
40 protocol: TCP
41 clusterPort:
42 port: 6222
43 nodePort: 31001
44 protocol: TCP
45 consolePort:
46 port: 8222
47 nodePort: 31002
48 protocol: TCP
49 redis:
50 hostName: accelleran-cbrs-redis
51 ports:
52 redisPort:
53 port: 6379
54 nodePort: 32000
55 protocol: TCP
Hyunsun Moonbb68dfc2020-10-08 16:35:27 -070056 persistence:
57 enabled: true
58 storageClass: "fast-disks"
59 accessMode: ReadWriteOnce
60 size: 1Gi
Jeremy Ronquillo223db002020-06-05 10:28:22 -070061 ric:
62 zlogConf:
63 bufferMin: 64K
64 bufferMax: 64K
65 instanceId: ONFRIC001
66 ricWeb:
67 ports:
68 ricWebPort:
69 port: 8080
70 nodePort: 30000
71 protocol: TCP