Open Issues Need Help
View All on GitHub Improve logging about 1 month ago
enhancement good first issue
Update host:port in YAML service URLs by service name and Kubernetes cluster
Python
#kubernetes#microservices#spring#yaml
When searching for url properties in yamls, look also by 'leaf' value about 1 month ago
AI Summary: Enhance the service-lookup utility to support finding URLs in YAML files not only under a dedicated 'url' key but also by matching the service name as a leaf node (e.g., `foo-service-url`). This requires modifying the YAML parsing logic to handle both scenarios.
Complexity:
3/5
enhancement good first issue
Update host:port in YAML service URLs by service name and Kubernetes cluster
Python
#kubernetes#microservices#spring#yaml