Hyunsun Moon | cbc41f1 | 2020-02-27 11:23:05 -0800 | [diff] [blame] | 1 | # Copyright 2020-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 | cameraIngestion: registry.central.aetherproject.net/google/phylo-camera-ingestion-client:latest |
| 18 | videoAnalyticsServer: registry.central.aetherproject.net/google/phylo-video-analytics-server:latest |
| 19 | phyloRabbitmq: registry.central.aetherproject.net/google/phylo-rabbitmq:latest |
| 20 | phyloRabbitmqPubsub: registry.central.aetherproject.net/google/phylo-rmq-pubsub:latest |
| 21 | rtspServer: registry.central.aetherproject.net/google/phylo_rmq-rtsp-server:0.2.0 |
| 22 | rmqRestream: registry.central.aetherproject.net/google/phylo-rmq-restream:latest |
| 23 | wowza: registry.central.aetherproject.net/google/wowza:latest |
| 24 | depCheck: registry.central.aetherproject.net/kubernetes-entrypoint:v0.3.1 |
| 25 | pullPolicy: "Always" |
| 26 | |
| 27 | nodeSelectors: |
| 28 | enabled: true |
| 29 | phylo: |
| 30 | label: google-phylo |
| 31 | value: enabled |
| 32 | wowza: |
| 33 | label: google-phylo |
| 34 | value: enabled |
| 35 | |
| 36 | resources: |
| 37 | enabled: false |
| 38 | rtspServer: |
| 39 | requests: |
| 40 | cpu: 2 |
| 41 | memory: 2048Mi |
| 42 | limits: |
| 43 | cpu: 2 |
| 44 | memory: 2048Mi |
| 45 | phyloRabbitmq: |
| 46 | requests: |
| 47 | cpu: 2 |
| 48 | memory: 2048Mi |
| 49 | limits: |
| 50 | cpu: 2 |
| 51 | memory: 2048Mi |
| 52 | phyloRabbitmqPubsub: |
| 53 | requests: |
| 54 | cpu: 2 |
| 55 | memory: 2048Mi |
| 56 | limits: |
| 57 | cpu: 2 |
| 58 | memory: 2048Mi |
| 59 | videoAnalyticsServer: |
| 60 | requests: |
| 61 | cpu: 5 |
| 62 | memory: 2048Mi |
| 63 | limits: |
| 64 | cpu: 5 |
| 65 | memory: 2048Mi |
| 66 | cameraIngestion: |
| 67 | requests: |
| 68 | cpu: 2 |
| 69 | memory: 2048Mi |
| 70 | limits: |
| 71 | cpu: 2 |
| 72 | memory: 2048Mi |
| 73 | wowza: |
| 74 | requests: |
| 75 | cpu: 2 |
| 76 | memory: 2048Mi |
| 77 | limits: |
| 78 | cpu: 2 |
| 79 | memory: 2048Mi |
| 80 | |
| 81 | config: |
| 82 | phylo: |
| 83 | sources: |
| 84 | - key: mystream |
| 85 | uri: rtmp://10.93.1.30:31935/live/myStream |
| 86 | wowza: |
| 87 | replica: 1 |