Skip to content

Commit

Permalink
Merge pull request #20 from jitsi-contrib/marner2-port-doc-clarification
Browse files Browse the repository at this point in the history
Clarify usage of "single number form" for ports
  • Loading branch information
rsoika authored Feb 18, 2022
2 parents 5bad93a + 42c7f55 commit 9656b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/kompose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ These steps are already done, and the results are in the current directory. Howe
#### 0.b) docker-compose.yml updates
Kompose chokes on a few things with the current docker-compose.yml that we don't really need.
- Delete all references to volumes, networks, and depends_on.
- Change all ports to have a single number form instead of Port:Port form (using the environment variables)
- Change all ports to have a single number form instead of Port:Port form (using the environment variables, eg: `${JVB_PORT}:${JVB_PORT}/udp` -> `${JVB_PORT}/udp`)
- Add an `expose: - '9090'` entry to the jvb service (this allows the internal websockets to work across multiple deployments)

## Run Kompose and apply the result to Kubernetes
Expand Down

0 comments on commit 9656b8d

Please sign in to comment.