Hyunsun Moon | 887e3e6 | 2020-02-21 15:27:12 -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 | deepstreamTx2: registry.central.aetherproject.net/infosys/deepstream-tx2:0.1 |
| 18 | pullPolicy: "IfNotPresent" |
| 19 | |
| 20 | nodeSelectors: |
| 21 | enabled: true |
| 22 | deepstream: |
| 23 | label: deepstream |
| 24 | value: enabled |
| 25 | |
| 26 | resources: |
| 27 | enabled: false |
| 28 | deepstream: |
| 29 | requests: |
| 30 | cpu: 2 |
| 31 | memory: 2048Mi |
| 32 | limits: |
| 33 | cpu: 2 |
| 34 | memory: 2048Mi |
| 35 | |
| 36 | config: |
| 37 | deepstream: |
| 38 | source: rtsp://10.251.255.241:5554/test |
| 39 | # set display to 1 to enalbe and 0 to disable |
| 40 | display: |
| 41 | display: ":1" |
| 42 | enabled: 1 |
| 43 | amqp: |
| 44 | host: 172.16.0.10 |
| 45 | port: 5672 |
| 46 | username: admin |
| 47 | password: A3ther |