Deploying Marketing AION - OpenShift
To install Marketing AION on Red Hat OpenShift, complete the following steps:
Procedure
-
On OpenShift, deploy the Marketing AION chart as
follows:
<marketing-aion-namespace>/<project-name>
- On your local environment, setup the OpenShift command line interface.
-
Run the command
OC Project <project-name>where <project-name> is the name of the project. For example, marketing-aion. - Apply the pvc.yaml part of the helm chart package.
-
Use one of the following deployment commands:
- To install Helm charts, run the command
helm install aion ./aion-marketing -n "namespace name" - To install or upgrade Helm charts, run the command
helm upgrade -i aion . -n "namepsace/project name" - To upgrade Helm charts, run the command
helm upgrade -i aion . -n "namepsace/project name"
- To install Helm charts, run the command