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 |
Hyunsun Moon | 8da1788 | 2020-10-14 21:28:44 -0500 | [diff] [blame] | 8 | nats: registry.aetherproject.org/accelleran/accelleran-cu-nats:v1.0.0 |
| 9 | redis: registry.aetherproject.org/accelleran/accelleran-cu-redis:v1.0.0 |
Jeremy Ronquillo | 223db00 | 2020-06-05 10:28:22 -0700 | [diff] [blame] | 10 | redisClient: docker.io/redis:5.0.6-alpine3.10 |
Hyunsun Moon | 8da1788 | 2020-10-14 21:28:44 -0500 | [diff] [blame] | 11 | ric: registry.aetherproject.org/accelleran/accelleran-cu-ric:v1.0.0 |
| 12 | ricWeb: registry.aetherproject.org/accelleran/accelleran-cu-ricweb:v1.0.0 |
Jeremy Ronquillo | 223db00 | 2020-06-05 10:28:22 -0700 | [diff] [blame] | 13 | depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 |
| 14 | pullPolicy: IfNotPresent |
Hyunsun Moon | 8da1788 | 2020-10-14 21:28:44 -0500 | [diff] [blame] | 15 | credentials: {} |
| 16 | # If specified, use this credential to access the image |
| 17 | # registry: |
| 18 | # username: |
| 19 | # password: |
Jeremy Ronquillo | 223db00 | 2020-06-05 10:28:22 -0700 | [diff] [blame] | 20 | |
| 21 | nodeSelectors: |
| 22 | enabled: false |
| 23 | accelleranCBRSCommon: |
| 24 | label: accelleran-cbrs-common |
| 25 | value: enabled |
| 26 | |
| 27 | resources: |
| 28 | enabled: true |
| 29 | accelleranCBRSCommon: |
| 30 | requests: |
| 31 | cpu: 3 |
| 32 | memory: 1Gi |
| 33 | limits: |
| 34 | cpu: 3 |
| 35 | memory: 1Gi |
| 36 | |
| 37 | config: |
| 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 Moon | bb68dfc | 2020-10-08 16:35:27 -0700 | [diff] [blame] | 61 | persistence: |
| 62 | enabled: true |
| 63 | storageClass: "fast-disks" |
| 64 | accessMode: ReadWriteOnce |
| 65 | size: 1Gi |
Jeremy Ronquillo | 223db00 | 2020-06-05 10:28:22 -0700 | [diff] [blame] | 66 | 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 |