Skip to content

Commit

Permalink
Think this is it
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Nov 7, 2024
1 parent bd58554 commit df2bf09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/aws-es-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ A Helm chart for AWS ES Proxy Service for gen3
| 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. |
| global.externalSecrets.separateSecretStore | string | `false` | Will deploy a separate External Secret Store for this service. |
| global.minAvialable | int | `1` | The minimum amount of pods that are available at all times if the PDB is deployed. |
| global.netPolicy.enabled | bool | `false` | |
| 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. |
| image.pullPolicy | string | `"Always"` | Docker pull policy. |
Expand Down
2 changes: 2 additions & 0 deletions helm/aws-es-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ global:
deploy: false
# -- (string) Will deploy a separate External Secret Store for this service.
separateSecretStore: false
netPolicy:
enabled: false

# -- (bool) Whether Metrics are enabled.
metricsEnabled: false
Expand Down

0 comments on commit df2bf09

Please sign in to comment.