Skip to content

Commit

Permalink
Made necessary changes for the Deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASISHGOUDA committed Nov 18, 2024
1 parent 20ba248 commit 7384b8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# and run the container

# Start with a base image
FROM golang:1.21 as base
FROM golang:1.22.5 as base

# Set the working directory inside the container
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/iam-veeramalla/go-web-app-devops

go 1.21.10
go 1.22.5
8 changes: 4 additions & 4 deletions k8s/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: go-web-app
spec:
containers:
- name: go-web-app
image: <docker-user-name>/go-web-app
ports:
- containerPort: 8080
- name: go-web-app
image: asishgouda/go-web-app:v1
ports:
- containerPort: 8080

0 comments on commit 7384b8b

Please sign in to comment.