Skip to content

Commit 355ff2d

Browse files
updated documentation
1 parent 2c2932b commit 355ff2d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ In this project I have implemented all the knowledge that I have learnt from the
1818

1919
This folder all the files related to infrastructure deployment.
2020

21-
- `**jenkins-server-parameters.json**`: Parameters file for cloud formation stack.
22-
- `**jenkins-server.yml**`: CloudFormation template for creating jenkins server.
23-
- `**Jenkinsfile**`: Jenkinsfile for creating EKS cluster and configuring kubectl.
21+
- `jenkins-server-parameters.json`: Parameters file for cloud formation stack.
22+
- `jenkins-server.yml`: CloudFormation template for creating jenkins server.
23+
- `Jenkinsfile`: Jenkinsfile for creating EKS cluster and configuring kubectl.
2424

2525
#### kubernetes-resources
2626

2727
This folder contains all template files for Kubernetes resources.
2828

29-
- `**blue-replication-controller.yml**`: A replication controller template that creates pods with label as `app=blue`.
30-
- `**blue-service.yml**`: A service template that selects all the pods with label as `app=blue`.
31-
- `**green-replication-controller.yml**`: A replication controller template that creates pods with label as `app=green`.
32-
- `**green-service.yml**`: A service template that selects all the pods with label as `app=green`.
29+
- `blue-replication-controller.yml`: A replication controller template that creates pods with label as `app=blue`.
30+
- `blue-service.yml`: A service template that selects all the pods with label as `app=blue`.
31+
- `green-replication-controller.yml`: A replication controller template that creates pods with label as `app=green`.
32+
- `green-service.yml`: A service template that selects all the pods with label as `app=green`.
3333

3434
#### screenshots
3535

0 commit comments

Comments
 (0)