k8s_motioneye/motioneye_svclb.yml-old

25 lines
378 B
Plaintext

---
apiVersion: v1
kind: Service
metadata:
name: motioneye
spec:
selector:
app: motioneye
ports:
- protocol: TCP
port: 8081
name: port8081
targetPort: 8081
- protocol: TCP
port: 8082
name: port8082
targetPort: 8082
- protocol: TCP
port: 8765
name: port8765
targetPort: 8765
type: LoadBalancer
# EOF