IBM / cert-manager-webhook-ibmcis

Cert-manager.io webhook to use IBM Cloud Internet Service (ibmcis)
Apache License 2.0
2 stars 7 forks source link

port binding error on OpenShift #4

Closed rhocheck closed 1 year ago

rhocheck commented 2 years ago

deployment.yaml specifies port 443. This results in a binding error on OpenShift. It is better to use a port like 9443. The container already accepts argument --secure-port

hughhuangzh commented 1 year ago

issue fixed.