Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #1

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
49c4bac
Update productcatalogue-service.yaml
Mrunmay1312 Jun 19, 2023
ed994da
Update stockmanager-service.yaml
Mrunmay1312 Jun 19, 2023
1e8c1bc
Update productcatalogue-service.yaml
Mrunmay1312 Jun 19, 2023
2088f5f
Update stockmanager-service.yaml
Mrunmay1312 Jun 19, 2023
8581714
Update productcatalogue-service.yaml
Mrunmay1312 Jun 19, 2023
1336a26
Create productcataloguedeploy.yaml
Mrunmay1312 Jun 19, 2023
8d0c6b1
Update stockmanager-service.yaml
Mrunmay1312 Jun 19, 2023
8c67534
Create stockmanagerdeploy.yaml
Mrunmay1312 Jun 19, 2023
59d3928
Update productcatalogue-service.yaml
Mrunmay1312 Jun 19, 2023
5d38c00
Update productcataloguedeploy.yaml
Mrunmay1312 Jun 19, 2023
f758521
Update stockmanager-service.yaml
Mrunmay1312 Jun 19, 2023
83b748b
Update stockmanagerdeploy.yaml
Mrunmay1312 Jun 19, 2023
2de0c9e
Update productcataloguedeploy.yaml
Mrunmay1312 Jun 19, 2023
823dd05
Update stockmanagerdeploy.yaml
Mrunmay1312 Jun 19, 2023
1c937c0
Update productcataloguedeploy.yaml
Mrunmay1312 Jun 19, 2023
606bf0e
Update stockmanagerdeploy.yaml
Mrunmay1312 Jun 19, 2023
6c5c703
Update productcataloguedeploy.yaml
Mrunmay1312 Jun 19, 2023
5e39714
Create shopfront-deployment.yaml
Mrunmay1312 Aug 12, 2023
a428345
Update shopfront-deployment.yaml
Mrunmay1312 Aug 12, 2023
333cfb1
Update shopfront-service.yaml
Mrunmay1312 Aug 12, 2023
367486f
Rename shopfront-deployment.yaml to shopfrontdeploy.yaml
Mrunmay1312 Aug 12, 2023
3d9e81a
Update shopfrontdeploy.yaml
Mrunmay1312 Aug 12, 2023
ef953e6
Update productcatalogue-service.yaml
Mrunmay1312 Aug 12, 2023
21faf98
Update productcataloguedeploy.yaml
Mrunmay1312 Aug 12, 2023
faa024a
Update productcatalogue-service.yaml
Mrunmay1312 Aug 12, 2023
c50d6ba
Update productcataloguedeploy.yaml
Mrunmay1312 Aug 12, 2023
96f41a1
Update stockmanager-service.yaml
Mrunmay1312 Aug 12, 2023
388e197
Update stockmanagerdeploy.yaml
Mrunmay1312 Aug 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions kubernetes/productcatalogue-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,3 @@ spec:
name: http

---
apiVersion: apps/v1
kind: Deployment
metadata:
name: productcatalogue
spec:
selector:
matchLabels:
app: productcatalogue
replicas: 1
template:
metadata:
labels:
app: productcatalogue
spec:
containers:
- name: productcatalogue
image: taniaduggal60/productcatalogue1:latest
ports:
- containerPort: 8020
livenessProbe:
httpGet:
path: /healthcheck
port: 8025
initialDelaySeconds: 30
timeoutSeconds: 1
25 changes: 25 additions & 0 deletions kubernetes/productcataloguedeploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: productcatalogue
spec:
selector:
matchLabels:
app: productcatalogue
replicas: 2
template:
metadata:
labels:
app: productcatalogue
spec:
containers:
- name: productcatalogue
image: taniaduggal60/productcatalogue1:latest
ports:
- containerPort: 8020
livenessProbe:
httpGet:
path: /healthcheck
port: 8025
initialDelaySeconds: 30
timeoutSeconds: 1
25 changes: 0 additions & 25 deletions kubernetes/shopfront-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,3 @@ spec:
name: http

---
apiVersion: apps/v1
kind: Deployment
metadata:
name: shopfront
spec:
selector:
matchLabels:
app: shopfront
replicas: 1
template:
metadata:
labels:
app: shopfront
spec:
containers:
- name: shopfront
image: taniaduggal60/shopfront:latest
ports:
- containerPort: 8010
livenessProbe:
httpGet:
path: /health
port: 8010
initialDelaySeconds: 30
timeoutSeconds: 1
25 changes: 25 additions & 0 deletions kubernetes/shopfrontdeploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: shopfront
spec:
selector:
matchLabels:
app: shopfront
replicas: 1
template:
metadata:
labels:
app: shopfront
spec:
containers:
- name: shopfront
image: taniaduggal60/shopfront:latest
ports:
- containerPort: 8010
livenessProbe:
httpGet:
path: /health
port: 8010
initialDelaySeconds: 30
timeoutSeconds: 1
25 changes: 0 additions & 25 deletions kubernetes/stockmanager-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,3 @@ spec:
name: http

---
apiVersion: apps/v1
kind: Deployment
metadata:
name: stockmanager
spec:
selector:
matchLabels:
app: stockmanager
replicas: 1
template:
metadata:
labels:
app: stockmanager
spec:
containers:
- name: stockmanager
image: taniaduggal60/stockmanager:latest
ports:
- containerPort: 8030
livenessProbe:
httpGet:
path: /health
port: 8030
initialDelaySeconds: 30
timeoutSeconds: 1
25 changes: 25 additions & 0 deletions kubernetes/stockmanagerdeploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: stockmanager
spec:
selector:
matchLabels:
app: stockmanager
replicas: 1
template:
metadata:
labels:
app: stockmanager
spec:
containers:
- name: stockmanager
image: taniaduggal60/stockmanager:latest
ports:
- containerPort: 8030
livenessProbe:
httpGet:
path: /health
port: 8030
initialDelaySeconds: 30
timeoutSeconds: 1