### Discussed in https://github.com/dotnet/aspire/discussions/9846 <div type='discussions-op-text'> <sup>Originally posted by **erikhermansson79** June 11, 2025</sup> Hi, I'm not confident enough to file this as an issue, but this line gave me trouble when I tried to deploy to my cluster: https://github.com/dotnet/aspire/blob/03b49a30ffbde3fa669b5d2715d35ae924406939/src/Aspire.Hosting.Kubernetes/KubernetesResource.cs#L189 `$"http://+:${defaultPort}"` produces the value `"http://+:$8080"` and I had to remove the $-sign in front of the port to make it work. Am I doing something wrong or is this a bug?</div>