rhtconsulting / rhc-ose

OpenShift Automation and Utilities by Red Hat Consulting
42 stars 34 forks source link

Set HTTPS scheme in livenessProbe for secured registry #96

Closed sabre1041 closed 8 years ago

sabre1041 commented 8 years ago

What does this PR do?

Updates the deploymentConfig of the Integrated Docker registry to set the scheme in the livenessProbe to HTTPS

How should this be manually tested?

Provision a new environment and validate the docker registry pod has started successfully and is not restarting (4th column is 0)

oc get pods -n default | awk '/registry/'

Is there a relevant Issue open for this?

N/A

Who would you like to review this?

/cc @etsauer @oybed

etsauer commented 8 years ago

@sabre1041 is this a fix to a bug introduced in 3.1.1? Or something that existed before?

sabre1041 commented 8 years ago

@etsauer fix to a bug introduced in 3.1.1. BZ is in the source code comment