Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 615 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 615 Bytes

picam-stream

A docker image/k8s manifest to stream pi camera video

Install notes

In order for the ingress source IP whitelisting to work, you need to do the following per the traefik docs:

<7> traefik.ingress.kubernetes.io/whitelist-source-range: All source IPs are permitted if the list is empty or a single range is ill-formatted. Please note, you may have to set service.spec.externalTrafficPolicy to the value Local to preserve the source IP of the request for filtering. Please see this link for more information.