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

Add watching for secret resource updates #166

Merged
merged 1 commit into from
Aug 9, 2017
Merged

Commits on Aug 9, 2017

  1. Add watching for secret resource updates

    - Feature: The Ingress controller now watches for updates of Secrets with a TLS certificate and a key. If a Secret is updated and it is referenced by any deployed Ingress resource, the Ingress controller will update NGINX configuration.
    - Change: If a Secret referenced by one or more Ingress resources becomes invalid or gets removed, the configuration for those Ingress resources will be disabled until there is a valid Secret.
    pleshakov committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    088b677 View commit details
    Browse the repository at this point in the history