This commit is contained in:
Adolfo Delorenzo 2023-01-21 00:12:18 +00:00
parent 7a3e245f60
commit ee6852be9e
1 changed files with 3 additions and 3 deletions

View File

@ -13,15 +13,15 @@ items:
name: adelorenzo name: adelorenzo
spec: spec:
ports: ports:
- name: "1935" - name: rtmp
port: 1935 port: 1935
targetPort: 1935 targetPort: 1935
nodePort: 31935 nodePort: 31935
- name: "8080" - name: hls-dash
port: 8080 port: 8080
targetPort: 8080 targetPort: 8080
nodePort: 31080 nodePort: 31080
- name: "80" - name: http
port: 80 port: 80
targetPort: 80 targetPort: 80
nodePort: 30080 nodePort: 30080