Skip to content

Commit

Permalink
Update app-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yash509 authored Aug 10, 2024
1 parent 064b5aa commit 706d5a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manifests/app-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: lms-system-deployment
name: brkg-bad-deployment
spec:
replicas: 3 # You can adjust the number of replicas as needed
replicas: 6 # You can adjust the number of replicas as needed
selector:
matchLabels:
app: lms-system
app: brkg-bad
template:
metadata:
labels:
app: lms-system
app: brkg-bad
spec:
containers:
- name: lms-system
image: yash5090/lms-system:latest # Replace with the actual image tag
- name: brkg-bad
image: yash5090/brkg-bad:latest # Replace with the actual image tag
ports:
- containerPort: 5000 # Replace with the port your Tetris game listens on
- containerPort: 3000 # Replace with the port your Tetris game listens on

0 comments on commit 706d5a9

Please sign in to comment.