Skip to content

Commit

Permalink
Update deployment-service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
renujankar authored Mar 30, 2024
1 parent 23c1af8 commit e4640b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: boardgame
image: adijaiswal/boardshack:latest # Image that will be used to containers in the cluster
image: renujankar/boardgame:latest # Image that will be used to containers in the cluster
imagePullPolicy: Always
ports:
- containerPort: 8080 # The port that the container is running on in the cluster
Expand Down

0 comments on commit e4640b1

Please sign in to comment.