Jeremy Ronquillo | 223db00 | 2020-06-05 10:28:22 -0700 | [diff] [blame] | 1 | # Copyright 2019-present Open Networking Foundation |
| 2 | # |
Jeremy Ronquillo | 6046ce3 | 2020-06-18 11:06:29 -0700 | [diff] [blame] | 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
Jeremy Ronquillo | 223db00 | 2020-06-05 10:28:22 -0700 | [diff] [blame] | 4 | |
| 5 | images: |
| 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 | |
| 16 | nodeSelectors: |
| 17 | enabled: false |
| 18 | accelleranCBRSCommon: |
| 19 | label: accelleran-cbrs-common |
| 20 | value: enabled |
| 21 | |
| 22 | resources: |
| 23 | enabled: true |
| 24 | accelleranCBRSCommon: |
| 25 | requests: |
| 26 | cpu: 3 |
| 27 | memory: 1Gi |
| 28 | limits: |
| 29 | cpu: 3 |
| 30 | memory: 1Gi |
| 31 | |
| 32 | config: |
| 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 |
| 56 | ric: |
| 57 | zlogConf: |
| 58 | bufferMin: 64K |
| 59 | bufferMax: 64K |
| 60 | instanceId: ONFRIC001 |
| 61 | ricWeb: |
| 62 | ports: |
| 63 | ricWebPort: |
| 64 | port: 8080 |
| 65 | nodePort: 30000 |
| 66 | protocol: TCP |