bcgov / containerization-and-cloud-economic-model

The Cloud Economic Model makes financial sense of adopting cloud-based infrastructure.
Apache License 2.0
2 stars 0 forks source link

Updates for OpenShift 4 (OCP4) Deployment #12

Closed DerekRoberts closed 3 years ago

DerekRoberts commented 3 years ago

Updates:

Note: Aporetto requires some extra steps to configure network security policies. Since this service is being discontinued code for it was not included. The workaround is below. The linked template may not hang around either.

LINK="https://raw.githubusercontent.com/BCDevOps/platform-services/master/security/aporeto/docs/sample/quickstart-nsp.yaml"
TOOLS_NAMESPACE="245e18-tools"
oc -n "${TOOLS_NAMESPACE}" process -p NAMESPACE="${TOOLS_NAMESPACE}" -f ${LINK} | oc -n "${TOOLS_NAMESPACE}" - apply -f -