Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Kubernetes API Revolved value (#223)
Fixes #222 The `Revolved` record expects the service name, but the Kubernetes API discovery's `Resolved` record currently returns the label selector instead of the queried service name. This causes Lagom to fail on startup on Kubernetes with a strange error. ``` akka.actor.ActorSystemImpl [sourceThread=application-akka.actor.default-dispatcher-3, akkaTimestamp=xxxx, akkaSource=akka.actor.ActorSystemImpl(application), sourceActorSystem=application] - Kubernetes API entity: [{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"found '=', expected: ',' or 'end of string'","reason":"BadRequest","code":400} ``` This is likely caused by querying `app=app=foo`.
- Loading branch information