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