This commit is contained in:
Adolfo Delorenzo 2023-01-21 00:20:25 +00:00
parent 02502f014d
commit fb15c6e0e7
1 changed files with 3 additions and 0 deletions

View File

@ -15,12 +15,15 @@ items:
ports: ports:
- name: "31935" - name: "31935"
nodePort: 31935 nodePort: 31935
port: 1935
targetPort: 1935 targetPort: 1935
- name: "31080" - name: "31080"
nodePort: 31080 nodePort: 31080
port: 8080
targetPort: 8080 targetPort: 8080
- name: "30080" - name: "30080"
nodePort: 30080 nodePort: 30080
port: 80
targetPort: 80 targetPort: 80
selector: selector:
io.kompose.service: rtmp-adr io.kompose.service: rtmp-adr