Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmantosh committed Oct 22, 2023
1 parent 84b7455 commit c913024
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,13 @@ You can find the Postman Collection/HTTP Client for GoLand under `postman_httpcl

#### Docker

You can pull the image from [DockerHub](https://hub.docker.com/r/mukulmantosh/go-ecommerce-echo)
You have the option to retrieve the image from [DockerHub](https://hub.docker.com/r/mukulmantosh/go-ecommerce-echo).


#### Running Application in Local Kubernetes

Proceed with the instructions to launch your
application within a local Kubernetes cluster,
such as Docker Desktop or Minikube.
![k8s-terminal](./misc/k8s.png)

4 changes: 2 additions & 2 deletions k8s/local/app/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spec:
persistentVolumeClaim:
claimName: postgres-pvc
containers:
- image: ecommerce
imagePullPolicy: Never
- image: mukulmantosh/go-ecommerce-echo:1.0
imagePullPolicy: Always
name: go-ecomm-container
envFrom:
- configMapRef:
Expand Down
Binary file added misc/k8s.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c913024

Please sign in to comment.