Create Golang application
oc create -f https://raw.githubusercontent.com/nerdingitout/oc-route/main/golang-https.yml


Last updated
oc create -f https://raw.githubusercontent.com/nerdingitout/oc-route/main/golang-https.yml


Last updated
oc create secret tls mycert --cert /tmp/tls.crt --key /tmp/tls.keyoc set volume dc/golang-https --add -t secret -m /go/src/app/certs --name cert --secret-name mycert