Skip to content

Commit

Permalink
add deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-veeramalla authored Apr 3, 2023
1 parent 26d8d59 commit 2e8c1b9
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: sprint-boot-app
labels:
app: sprint-boot-app
spec:
replicas: 2
selector:
matchLabels:
app: sprint-boot-app
template:
metadata:
labels:
app: sprint-boot-app
spec:
containers:
- name: sprint-boot-app
image: ultimate-cicd:replaceImageTag
ports:
- containerPort: 8080

0 comments on commit 2e8c1b9

Please sign in to comment.