-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Kubernetes
Application
resource manifests for microservices …
…| Disabling `dorny paths filter` in Github Actions | Update Readme.md
- Loading branch information
1 parent
e9d1acc
commit c7590de
Showing
17 changed files
with
396 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
kubernetes/base/microservices/feeds-microservice.application.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: instagramclone.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: feeds-microservice | ||
namespace: microservices | ||
|
||
spec: | ||
image: ghcr.io/archisman-mridha/instagram-clone-feeds-microservice:9574f877a5a231dbab94fa621fac97734ad5227e | ||
replicas: | ||
min: 2 | ||
max: 3 | ||
resources: | ||
cpu: 100m | ||
memory: 100Mi | ||
secretName: feeds-microservice | ||
port: 4000 |
16 changes: 16 additions & 0 deletions
16
kubernetes/base/microservices/followships-microservice.application.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: instagramclone.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: followships-microservice | ||
namespace: microservices | ||
|
||
spec: | ||
image: ghcr.io/archisman-mridha/instagram-clone-followships-microservice:9574f877a5a231dbab94fa621fac97734ad5227e | ||
replicas: | ||
min: 2 | ||
max: 3 | ||
resources: | ||
cpu: 100m | ||
memory: 100Mi | ||
secretName: followships-microservice | ||
port: 4000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: instagramclone.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: gateway | ||
namespace: microservices | ||
|
||
spec: | ||
image: ghcr.io/archisman-mridha/instagram-clone-gateway:9574f877a5a231dbab94fa621fac97734ad5227e | ||
replicas: | ||
min: 2 | ||
max: 3 | ||
resources: | ||
cpu: 100m | ||
memory: 100Mi | ||
secretName: gateway | ||
port: 4000 |
Oops, something went wrong.