Skip to content

Commit

Permalink
Add global values to aws-es-proxy chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur authored and flashguerdon committed May 7, 2024
1 parent b306308 commit bf6232b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/aws-es-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ A Helm chart for AWS ES Proxy Service for gen3
| global.ddEnabled | bool | `false` | Whether Datadog is enabled. |
| global.environment | string | `"default"` | Environment name. This should be the same as vpcname if you're doing an AWS deployment. Currently this is being used to share ALB's if you have multiple namespaces. Might be used other places too. |
| global.externalSecrets.deploy | bool | `false` | Will use ExternalSecret resources to pull secrets from Secrets Manager instead of creating them locally. Be cautious as this will override any audit secrets you have deployed. |
<<<<<<< HEAD
| global.externalSecrets.separateSecretStore | string | `false` | Will deploy a separate External Secret Store for this service. |
=======
| global.externalSecrets.separate | string | `false` | Will deploy a External Secret Store if deploying this sevice seperately. |
>>>>>>> d71a04c (Add global values to aws-es-proxy chart)
| global.minAvialable | int | `1` | The minimum amount of pods that are available at all times if the PDB is deployed. |
| global.pdb | bool | `false` | If the service will be deployed with a Pod Disruption Budget. Note- you need to have more than 2 replicas for the pdb to be deployed. |
| image | map | `{"pullPolicy":"Always","repository":"quay.io/cdis/aws-es-proxy","tag":""}` | Docker image information. |
Expand Down

0 comments on commit bf6232b

Please sign in to comment.