We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/openshift/openshift-docs/blob/master/install_config/install/docker_registry.adoc#securing-the-registry
When changing a registry to serve over TLS, in the deploymentconfig, change the livenessProbe and readinessProbe scheme from HTTP to HTTPS:
HTTP
HTTPS
livenessProbe: httpGet: path: /healthz port: 5000 scheme: HTTPS ... readinessProbe: httpGet: path: /healthz port: 5000 scheme: HTTPS ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/openshift/openshift-docs/blob/master/install_config/install/docker_registry.adoc#securing-the-registry
When changing a registry to serve over TLS, in the deploymentconfig, change the livenessProbe and readinessProbe scheme from
HTTPtoHTTPS:The text was updated successfully, but these errors were encountered: