Skip to content
Snippets Groups Projects
Commit 579c88b5 authored by Aliaksei Darafeyeu's avatar Aliaksei Darafeyeu
Browse files

601086: adds ImportFromOSDU

parent c70f5559
No related branches found
No related tags found
1 merge request!93Search tagging
This commit is part of merge request !124. Comments created here will be created in the context of that merge request.
#### The following updates need to be made when code is merged from OSDU:
1. Please add the repo in `devops/azure/pipeline.yml` file:
```
resources:
repositories:
- repository: security-templates
type: git
name: security-infrastructure
```
2. Update the env. names in the `devops/azure/pipeline.yml` file:
```
providers:
- name: Azure
environments: ['dev', 'qa', 'prd', 'cvx']
```
3. remove following settings if they are present from 'devops/azure/chart/templates/deployment.yaml'
```
- name: azure_activedirectory_AppIdUri
value: "api://$(aad_client_id)"
```
4. Update replicaCount in the `devops/azure/chart/helm-config.yaml` file:
```
replicaCount: 10
```
5. Update maxReplicas in the `devops/azure/chart/templates/hpa.yaml` file:
```
maxReplicas: 10
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment