-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathREADME.yaml
56 lines (46 loc) · 1.47 KB
/
README.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
#
# This is the canonical configuration for the `README.md`
# Run `make readme` to rebuild the `README.md`
#
# Name of this project
name: example-app-on-eks
# Tags of this project
tags:
- example-app
- github-action
- Docker
- ECR
- EKS
- Helmfile
- CI/CD
# Logo for this project
#logo: docs/logo.png
# License of this project
license: "APACHE2"
# Canonical GitHub repo
github_repo: cloudposse/example-app-on-eks
# Badges to display
badges:
- name: "Latest Release"
image: "https://img.shields.io/github/release/cloudposse/example-app-on-eks.svg"
url: "https://github.com/cloudposse/example-app-on-eks/releases/latest"
- name: "Slack Community"
image: "https://slack.cloudposse.com/badge.svg"
url: "https://slack.cloudposse.com"
related:
- name: "github-actions-workflows"
description: "Reusable workflows for different types of projects"
url: "https://github.com/cloudposse/github-actions-workflows"
# Short description of this project
description: |-
Example Dockerized application deployed on EKS with Helmfile.
introduction: |-
* [Docker](https://docs.docker.com/engine/reference/builder/) for developing, shipping, and running,
* [ECR](https://aws.amazon.com/ecr/) to store the Docker images
* [EKS](https://aws.amazon.com/eks) for running application in scale
* [Helmfile](https://github.com/roboll/helmfile) as declarative deploy manifest
# Contributors to this project
contributors:
- name: "Igor Rodionov"
github: "goruha"