diff --git a/tests/setup/README.md b/tests/setup/README.md index 0982763..d081030 100644 --- a/tests/setup/README.md +++ b/tests/setup/README.md @@ -17,8 +17,8 @@ oc new-app --template=3scale-gateway --name=apicast--staging -p CONFIGURAT oc new-app --template=3scale-gateway --name=apicast--production -p CONFIGURATION_URL_SECRET=3scale-tenant- -p CONFIGURATION_CACHE=60 -p RESPONSE_CODES=true -p LOG_LEVEL=info -p CONFIGURATION_LOADER=boot -p APICAST_NAME=apicast--production -p DEPLOYMENT_ENVIRONMENT=production -p IMAGE_NAME=quay.io/3scale/apicast:v3.4.0 oc scale dc/apicast--staging --replicas=1 oc scale dc/apicast--production --replicas=1 -oc create route edge apicast--staging --service=apicast--staging --hostname=wildcard.-staging.app.itix.fr --insecure-policy=Allow -oc create route edge apicast--production --service=apicast--production --hostname=wildcard.-production.app... --insecure-policy=Allow +oc create route edge apicast--staging --service=apicast--staging --hostname=wildcard.-staging.app.itix.fr --insecure-policy=Allow --wildcard-policy=Subdomain +oc create route edge apicast--production --service=apicast--production --hostname=wildcard.-production.app... --insecure-policy=Allow --wildcard-policy=Subdomain ``` Provision the Red Hat SSO tenants with the included playbooks: