Is this a bug? #9846
erikhermansson79
started this conversation in
General
Is this a bug?
#9846
Replies: 1 comment 2 replies
-
This is a bug yes it should be removed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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:
aspire/src/Aspire.Hosting.Kubernetes/KubernetesResource.cs
Line 189 in 03b49a3
$"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?
Beta Was this translation helpful? Give feedback.
All reactions