I'm deploying WSO2 APIM on Kubernetes using the pattern-2 described on the github page https://github.com/wso2/kubernetes-apim. However was not able to understand why we have 2 different folders for the publisher-store-trafficManager node that has the exact same configuration (apim-pub-store-tm-1 and apim-pub-store-tm-2).
Had the same problem understanding the services used for these 2 instances (wso2apim-pub-store-tm-1-service.yaml and wso2apim-pub-store-tm-2-service.yaml).
Can I just use one instance and scale that one? if not, why we need this approach?
thanks in advance.