Skip to content
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

[flyte-core] Create separate grpc service for flyteadmin #5168

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 8, 2024

  1. Create separate grpc service for flyteadmin

    This allows setting annotations that are required for some ingress controllers
    for grpc communication only on the parts that actually use grpc.
    Without this separation either the console or the grpc endpoints did not
    work properly with some ingress controllers, e.g. traefik.
    
    Signed-off-by: Julian Einhaus <[email protected]>
    Jeinhaus committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    acd2f85 View commit details
    Browse the repository at this point in the history
  2. Update documentation with new flyte-core chart default values

    Signed-off-by: Julian Einhaus <[email protected]>
    Jeinhaus committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    276679c View commit details
    Browse the repository at this point in the history