-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#16617 from wallyworld/remove-placeholder-port
juju#16617 When a charm uses open-port to ask Juju to add a service port to the application service, the original placeholder port was left behind. This PR fixes that situation. ## QA steps Before this patch the ports would have included `65535`. ```sh juju deploy zinc-k8s kubectl get service/zinc-k8s NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE zinc-k8s ClusterIP 10.152.183.173 <none> 4080/TCP 15m ``` ## Links https://bugs.launchpad.net/juju/+bug/2003782 **Jira card:** JUJU-[5065]
- Loading branch information
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters