Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
This issue was due to the Nginx ingress upload body limit. To fix this, add the two annotations mentioned below. Change the size based on your requirement e.g: 1024m = 1GB ⚠️Note: This is for ingress based on Nginx Ingress…
Download the file(xml_to_nunit.xslt) attached in this document and then put it into your repository Go to the Pipelines section in Azure DevOps and then select New Pipeline Then select Azure Repos Select configure pipeline as Starter pipeline Now delete all…
Azure DevOps: Go to Azure DevOps portal and click environment option under pipeline Create environment, provide the name of your env and hit create. Once env is created, get into the env and click add resource Chose Virtual Machines Option…
Error Log This issue may come from /run/nologin is created by systemd-tmpfiles-setup.service. It is then removed by systemd-user-sessions.service. So we have to delete this: To check whether the file is available or not run the command-> ls -l /run/nologin…
Azure Storage Account To Mount the blob storage as volume to Kubernetes pods Create a premium storage account, while creating enable “network file system v3” option and create the storage account. After creating the storage account Go to storage account…
If you are using the git branching strategy, in your development, you probably have these three branches that are connected to the following environments. To choose the group variable we use the ‘if else’ statement. so the pipeline will be like……
Requirement: KeycloakPortainer Steps to follow: Keycloak Go to the new realm -> client -> new -> OpenID Connect -> fill in the details and click next. Enable client authentication and OAuth 2.0 -> Click next fill the URL based on…