Skip to content
Snippets Groups Projects

add support for feature-collection indexing

Merged Neelesh Thakur requested to merge feature-collection into master
All threads resolved!
1 file
+ 32
0
Compare changes
  • Side-by-side
  • Inline
ImportFromOSDU.md 0 → 100644
+ 32
0
#### 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
Loading