Casey Lee

Results 53 issues of Casey Lee

Configure HPA based on the existing config in mu.yml for min/max and target CPU. https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/

help wanted
good first issue
eks

Currently, the `mu svc deploy` updates the task definition for a service which causes a rolling update. Would prefer to add support a blue/green deployment where a new service is...

Add option to disable ELB creation: ``` environments: - name: foo loadbalancer: disabled: true ```

help wanted
good first issue

Allow paths like `Dockerfile` in `.dockerignore` to match paths like `./Dockerfile` that are passed in as the docker build context. https://github.com/stelligent/mu/blob/develop/common/docker.go#L103-L104

help wanted
good first issue

* Allow specifying a list of environments for a stage in the pipeline * Allow specifying a region in the environment definition

enhancement

Rather than having codebuild download mu (via curl), i'd like mu to create a docker image just for running mu from codebuild and push to ECR. This image will become...

Need to be able to specify sidecar containers for things like monitoring agents that run in the same task, but as a separate container.

help wanted

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html

When using CodePipeline to provision resources (e.g. ECS service, ALB, EC2 instance, RDS database, etc), you could be left in a situation where the owner of the pipeline is unable...

* S3 * CodeBuild

enhancement