Skip to content

Commit

Permalink
Update deployment-service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ARUP-G authored May 3, 2024
1 parent 7c51e89 commit c9b673d
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/boardgame:latest # Image that will be used to containers in the cluster
image: ard3dk/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 c9b673d

Please sign in to comment.