Woojoong Kim | 4feaddf | 2019-11-21 00:05:07 -0800 | [diff] [blame] | 1 | # Copyright 2019-present Open Networking Foundation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | images: |
| 16 | tags: |
| 17 | initCU: docker.io/omecproject/pod-init:1.0.0 |
| 18 | nats: registry.aether.opennetworking.org/aether/accelleran-cu-nats:v1.0.0 |
| 19 | redis: registry.aether.opennetworking.org/aether/accelleran-cu-redis:v1.0.0 |
| 20 | redisClient: docker.io/redis:5.0.6-alpine3.10 |
| 21 | ric: registry.aether.opennetworking.org/aether/accelleran-cu-ric:v1.0.0 |
| 22 | ricWeb: registry.aether.opennetworking.org/aether/accelleran-cu-ricweb:v1.0.0 |
| 23 | depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 |
| 24 | pullPolicy: IfNotPresent |
| 25 | |
| 26 | nodeSelectors: |
| 27 | enabled: false |
| 28 | accelleranCBRSCommon: |
| 29 | label: accelleran-cbrs-common |
| 30 | value: enabled |
| 31 | |
| 32 | resources: |
| 33 | enabled: true |
| 34 | accelleranCBRSCommon: |
| 35 | requests: |
| 36 | cpu: 3 |
| 37 | memory: 1Gi |
| 38 | limits: |
| 39 | cpu: 3 |
| 40 | memory: 1Gi |
| 41 | |
| 42 | config: |
| 43 | nats: |
| 44 | url: accelleran-cbrs-nats:4222 |
| 45 | ip: 119.0.0.30 # Node IP address of nats -- for accessing through NodePort |
| 46 | ports: |
| 47 | natsPort: |
| 48 | port: 4222 |
| 49 | nodePort: 31000 |
| 50 | protocol: TCP |
| 51 | clusterPort: |
| 52 | port: 6222 |
| 53 | nodePort: 31001 |
| 54 | protocol: TCP |
| 55 | consolePort: |
| 56 | port: 8222 |
| 57 | nodePort: 31002 |
| 58 | protocol: TCP |
| 59 | redis: |
Woojoong Kim | 1dfd4d6 | 2020-02-03 21:05:11 -0800 | [diff] [blame] | 60 | hostName: accelleran-cbrs-redis |
Woojoong Kim | 4feaddf | 2019-11-21 00:05:07 -0800 | [diff] [blame] | 61 | ports: |
| 62 | redisPort: |
| 63 | port: 6379 |
| 64 | nodePort: 32000 |
| 65 | protocol: TCP |
| 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 |