You can override the default deployemnt configmaps present for each profile.
-
Create a new deployment configmap using the deployment.toml/ deployment.yaml files. And apply the command.
kubectl create configmap <NEW-PROFILE-CONFIGMAP> --from-file=<PATH_TO_DEPLOYMENT.TOML>
-
Update the custom resources with created configmap.
Replace, the deploymentConfigmap with configmap name.
-
Deploy updated pattern-3.
kubectl apply -f wso2-apim.yaml