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

components: added tls managed component (PROJQUAY-2050) #469

Merged
merged 1 commit into from
Jun 15, 2021

Commits on Jun 15, 2021

  1. components: added tls managed component (PROJQUAY-2050)

    Adds a new managed component, 'tls'. This separates the
    'route' component from TLS and allows users to configure
    both separately. 'EXTERNAL_TLS_TERMINATION: true' is the
    opinionated setting. Managed 'tls' means the default
    cluster wildcard cert is used. Unmanaged 'tls' means
    the user-provided cert/key pair will be injected into
    the 'Route'.
    
    Signed-off-by: Alec Merdler <alecmerdler@gmail.com>
    alecmerdler committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    98d4aed View commit details
    Browse the repository at this point in the history