Jeremy Ronquillo | 223db00 | 2020-06-05 10:28:22 -0700 | [diff] [blame] | 1 | # Copyright 2020-present Open Networking Foundation |
| 2 | # |
Jeremy Ronquillo | ec2d3e4 | 2020-06-05 11:33:39 -0700 | [diff] [blame^] | 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only |
Jeremy Ronquillo | 223db00 | 2020-06-05 10:28:22 -0700 | [diff] [blame] | 5 | |
| 6 | images: |
| 7 | tags: |
| 8 | cameraIngestion: registry.central.aetherproject.net/google/phylo-camera-ingestion-client:latest |
| 9 | videoAnalyticsServer: registry.central.aetherproject.net/google/phylo-video-analytics-server:latest |
| 10 | phyloRabbitmq: registry.central.aetherproject.net/google/phylo-rabbitmq:latest |
| 11 | phyloRabbitmqPubsub: registry.central.aetherproject.net/google/phylo-rmq-pubsub:latest |
| 12 | rtspServer: registry.central.aetherproject.net/google/phylo_rmq-rtsp-server:0.2.0 |
| 13 | rmqRestream: registry.central.aetherproject.net/google/phylo-rmq-restream:latest |
| 14 | wowza: registry.central.aetherproject.net/google/wowza:latest |
| 15 | depCheck: registry.central.aetherproject.net/kubernetes-entrypoint:v0.3.1 |
| 16 | pullPolicy: "Always" |
| 17 | |
| 18 | nodeSelectors: |
| 19 | enabled: true |
| 20 | phylo: |
| 21 | label: google-phylo |
| 22 | value: enabled |
| 23 | wowza: |
| 24 | label: google-phylo |
| 25 | value: enabled |
| 26 | |
| 27 | resources: |
| 28 | enabled: false |
| 29 | rtspServer: |
| 30 | requests: |
| 31 | cpu: 2 |
| 32 | memory: 2048Mi |
| 33 | limits: |
| 34 | cpu: 2 |
| 35 | memory: 2048Mi |
| 36 | phyloRabbitmq: |
| 37 | requests: |
| 38 | cpu: 2 |
| 39 | memory: 2048Mi |
| 40 | limits: |
| 41 | cpu: 2 |
| 42 | memory: 2048Mi |
| 43 | phyloRabbitmqPubsub: |
| 44 | requests: |
| 45 | cpu: 2 |
| 46 | memory: 2048Mi |
| 47 | limits: |
| 48 | cpu: 2 |
| 49 | memory: 2048Mi |
| 50 | videoAnalyticsServer: |
| 51 | requests: |
| 52 | cpu: 5 |
| 53 | memory: 2048Mi |
| 54 | limits: |
| 55 | cpu: 5 |
| 56 | memory: 2048Mi |
| 57 | cameraIngestion: |
| 58 | requests: |
| 59 | cpu: 2 |
| 60 | memory: 2048Mi |
| 61 | limits: |
| 62 | cpu: 2 |
| 63 | memory: 2048Mi |
| 64 | wowza: |
| 65 | requests: |
| 66 | cpu: 2 |
| 67 | memory: 2048Mi |
| 68 | limits: |
| 69 | cpu: 2 |
| 70 | memory: 2048Mi |
| 71 | |
| 72 | config: |
| 73 | phylo: |
| 74 | sources: |
| 75 | - key: mystream |
| 76 | uri: rtmp://10.93.1.30:31935/live/myStream |
| 77 | wowza: |
| 78 | replica: 1 |