-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multi-port services #170
Comments
@jhrv Foreslo workaround/løsning: Lag en egen svc med flere porter.
Da er problemet redusert til om nais deploy støtter services og om RBAC tillater deploy Error from server (Forbidden): error when creating "./nais/nais-dev-deploy.yaml": services is forbidden: User "system:serviceaccount:default:serviceuser-teamdagpenger" cannot create resource "services" in API group "" in the namespace "default" |
When this was implementet in FIAAS, we realised you also need to make it possible to decalre which port is used for healthchecks and metrics |
..and which ports should get which ingress URL. The FIAAS spec is documented here, it might give some ideas: |
suggestion for v2?
|
We do need to expose a gRPC endpoint for one of our services. The service does already expose an HTTP endpoint. Due to compatibility, we would like the service to support both protocols and reuse the same code in the service. Currently, we'll have to create two deploys, with different service manifest to expose both the gRPC endpoint and HTTP endpoint.
Kubernetes lets you configure multiple port definitions on a Service object and it would be great if we could have the same concept in naiserator.
Any ideas?
The text was updated successfully, but these errors were encountered: