This commit is contained in:
Adolfo Delorenzo 2023-01-21 00:24:33 +00:00
parent d771274b19
commit dcfc58588d
1 changed files with 9 additions and 9 deletions

View File

@ -13,15 +13,15 @@ items:
name: rtmp-adr
spec:
ports:
- name: "31935"
port: 31935
targetPort: 1935
- name: "31080"
port: 31080
targetPort: 8080
- name: "30080"
port: 30080
targetPort: 80
- name: rtmp
port: 1935
targetPort: 31935
- name: hls
port: 8080
targetPort: 31080
- name: http
port: 80
targetPort: 30080
selector:
io.kompose.service: rtmp-adr
type: NodePort