diff --git a/openshift/README.md b/openshift/README.md index 99c8b1c68..7becd4475 100644 --- a/openshift/README.md +++ b/openshift/README.md @@ -197,6 +197,14 @@ oc process -f ./cron.dc.yml \ ``` +Deploy the analytics api +``` +oc process -f ./analytics-api.dc.yml \ + -p ENV=dev \ + -p IMAGE_TAG=latest + | oc create -f - +``` + Deploy the redash analytics helm chart: ``` cd redash diff --git a/openshift/web.bc.yml b/openshift/web.bc.yml index 2bce6536a..fa4cdc5c3 100644 --- a/openshift/web.bc.yml +++ b/openshift/web.bc.yml @@ -54,4 +54,4 @@ parameters: value: 'https://github.com/bcgov/met-public.git' - name: GITHUB_CONTEXT_DIR description: "The repository folder context" - value: /met-api + value: /met-web