More customization for PublishAsKubernetesService()
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Currently with `PublishAsKubernetesService` there is no way to define:
- probes (which can be inferred by health check and endpoints)
- resources
- autoscaling
- custom resource data (for example KEDA ScaledObject, etc..)
### Describe the solution you'd like
Now we use a custom CLI which parse the aspire manifest enanched with custom writers and custom annotations like `PublishAs` on `ProjectResource`s but It can be awesome if the `KubernetesResource` allowing set them so we can drop the CLI in the bin.
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.