Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cabeaulac committed Jan 11, 2024
1 parent 1c2a56f commit 9fabf28
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions charts/localstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ replicaCount: 1
updateStrategy:
type: RollingUpdate

## @param Command array to give to the pod to run at startup
## ref: https://repost.aws/knowledge-center/eks-fargate-increase-ulimit-values
## Example
## command: ["/bin/bash", "-c", "echo 'ulimit -Sn 65536' >> /root/.bashrc && echo 'ulimit -Su 16384' >> /root/.bashrc && sleep 100"]
#command:
# cmd:
# - /bin/bash
# - -c
# - echo 'ulimit -Sn 32767' >> /root/.bashrc && echo 'ulimit -Su 16383' >> /root/.bashrc && docker-entrypoint.sh


image:
repository: localstack/localstack
tag: "latest"
Expand Down

0 comments on commit 9fabf28

Please sign in to comment.