Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 445 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 445 Bytes
  1. Creating user

oc new-project mssql

  1. Create secret
  • Generate password: echo -n "Password" | base64 oc apply -f secret.yam

or

oc create secret generic mssql --from-literal=SA_PASSWORD="Sql2019isfast"

  1. Create storage

oc apply -f storage.yaml

  1. Create deplyoment

oc apply -f sqldeployment.yaml

Service is configured as nodePort so you need to setup on your LoadBalancer to forward traffic from port 31433 to all worker nodes