File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ In this project I have implemented all the knowledge that I have learnt from the
18
18
19
19
This folder all the files related to infrastructure deployment.
20
20
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.
24
24
25
25
#### kubernetes-resources
26
26
27
27
This folder contains all template files for Kubernetes resources.
28
28
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 ` .
33
33
34
34
#### screenshots
35
35
You can’t perform that action at this time.
0 commit comments