abhi1git
abhi1git
Can you please elaborate snapshot for which filesystem is being taken while building image so that we can see if filesystem size is causing this issue. we are using kaniko...
Yes I have created a new configmap for axis2.xml and axis2_client.xml as follows :- ``` apiVersion: v1 kind: ConfigMap metadata: name: {{ template "am-pattern-1.resource.prefix" . }}-am-config-files namespace: {{ .Release.Namespace }}...
Hi @chirangaalwis Even after mounting configmaps for files like axis2.xml, output-adapters.xml and identity.xml by following the same method(mounting configmaps in wso2-config-volume directory) which is applied for deployment.toml the provided custom...
> Please refer to [#397 (comment)](https://github.com/wso2/kubernetes-apim/issues/397#issuecomment-660429579) for suggested solutions for this issue. > > Also, when switching to persistence for Apache based Solr-Indexing, we recommend you to perform a clean...
* Infrastructure : Kubernetes cluster on AWS cloud created using kops * Installed NFS Server Provisioner based Kubernetes StorageClass via the WSO2 product Helm chart * When performed clean deployment...
I have deployed pattern-1 wso2 helm chart on my kubernetes cluster running on AWS. Added ingress with our public domain so as to access dashboard and api manager over the...