diff --git a/deploy-and-test.yml b/deploy-and-test.yml index 65ea6c6..78ab700 100644 --- a/deploy-and-test.yml +++ b/deploy-and-test.yml @@ -95,6 +95,7 @@ - rhel9-nodejs-ex-16 - rhel9-nodejs-ex-18 - rhel9-nodejs-ex-20 + - rhel9-nodejs-ex-20-minimal - rhel9-postgresql-13-container - rhel9-postgresql-15-container - rhel9-s2i-perl-532-container diff --git a/vars/rhel9-nodejs-ex-20-minimal.yml b/vars/rhel9-nodejs-ex-20-minimal.yml new file mode 100644 index 0000000..acf72d8 --- /dev/null +++ b/vars/rhel9-nodejs-ex-20-minimal.yml @@ -0,0 +1,7 @@ +registry_redhat_io: "ubi9/nodejs-20-minimal" +tag_name: "nodejs:20-ubi9" +deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-ubi9 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" +pod_name: "nodejs-example" +check_curl_output: "Welcome to your Node.js application on OpenShift" +scl_url: "nodejs-ex" +is_name: "nodejs"