Hi,
if helm deploy is not working for installing NGINX Ingress controller then you run below command for installing NGINX kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/cloud/deploy.yaml kubectl get pods --namespace ingress-nginx kubectl get service ingress-nginx-controller –namespace ingress-nginx Browse to that External-IP, you should be directed to 404 Not Found page
Hello,
You should change helm values accordingly like URL's, Connection strings... Are you getting any error while deploying application into AKS ? or Are you getting any error at pod level
Hello,
please check https://docs.abp.io/en/commercial/latest/startup-templates/microservice/helm-deployment
You can also check the Azure deployment scripts and values for eShopOnAbp sample https://github.com/abpframework/eShopOnAbp/tree/main/etc/k8s
regards,
Hi,
You can use GetProperty
& SetProperty
Extension Methods for getting or setting the extra property value, this is what you expect, right? Correct me if I miss understood you.
Hi,
Please check https://docs.abp.io/en/abp/latest/Entity-Framework-Core#extra-properties-object-extension-manager and https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Extending-Entities
Also have look to this https://docs.abp.io/en/abp/latest/Module-Entity-Extensions
regards,
Hi,
Have you check this doc https://docs.abp.io/en/abp/latest/Object-Extensions?
Hello,
Please check the similar issue https://support.abp.io/QA/Questions/5441/IDX10205-Issuer-validation-failed
Hello,
please check the similar issue https://support.abp.io/QA/Questions/1116#answer-a0e265a4-e87f-b440-d267-39fb98c978c9
thanks
Hello,
When we update application from previous version to new one, we need to follow migration guides
Please check https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-7_4
Thanks