This commit is contained in:
Adolfo Delorenzo 2023-01-21 00:18:20 +00:00
parent b60a6bf60b
commit 6256522662
1 changed files with 6 additions and 6 deletions

View File

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