Deploying Individual TIBCO OPE services using Kubernetes scripts
- Procedure
-
To deploy individual ope services using the Kubernetes scripts, choose from the
$OPE_HOME/kubernetes
directory.Example:
kubernetes-deploy-run-ope.yml
-
Modify the script for the image located at
image: tibco/ope:6.0.0
location. Also, modify themin_ram_percentage and max_ram_percentage script
as per the requirement. -
Finally, run the script from the location where scripts are saved using the following command:
kubectl apply -f kubernetes-deploy-run-ope.yml
(Make sure that all the required metadata, app_properties, and config-files are uploaded with correct values)