Levente Orban
Levente Orban
^ @assisrafael
Sad to hear about this. Okey, thanks for your help.
It would be super great. If I would like to try the microservice-demo with simple docker-compose it'll be easier with this information.
@NimJay yea I know, it' okey. Thanks for mentioning that to me.
Nice work! If you can shift any of these tasks I can help you in my freetime.

@LaszloLango I'll upload with your suggestions ;)
Any update on this? I would like to define a new V1Service object and the targetPort is an `object` type and I can't build it. Error: `Type 'number' is not...
> For any others reading this, this is how I hacked my way around this issue: > > `port.targetPort = (8000 as unknown) as object;` You are a real herooo...
> seems to be a broader issue with stubbing express app middleware before app gets loaded. > > https://stackoverflow.com/questions/41995464/how-to-mock-middleware-in-express-to-skip-authentication-for-unit-test > https://stackoverflow.com/questions/41392497/node-express-es6-sinon-stubbing-middleware-not-working > [sinonjs/sinon#1711](https://github.com/sinonjs/sinon/issues/1711) > > ended up resolving this by...