add rebroadcast ports and swap to nvidia container.
This commit is contained in:
parent
5051f5b6f4
commit
52a4fc077b
1 changed files with 7 additions and 5 deletions
|
@ -32,7 +32,7 @@ spec:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/koush/scrypted
|
repository: ghcr.io/koush/scrypted
|
||||||
tag: v0.119.1-jammy-full
|
tag: v0.119.1-jammy-nvidia
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -59,10 +59,12 @@ spec:
|
||||||
http:
|
http:
|
||||||
port: 11080
|
port: 11080
|
||||||
primary: true
|
primary: true
|
||||||
# rebroadcast1:
|
rebroadcast1: # driveway
|
||||||
# port: 34135
|
port: 39655
|
||||||
# rebroadcast2:
|
rebroadcast2: # sideyard
|
||||||
# port: 34136
|
port: 46561
|
||||||
|
rebroadcast3: # doorbell
|
||||||
|
port: 44759
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
app:
|
app:
|
||||||
|
|
Loading…
Reference in a new issue