Skip to content

Commit

Permalink
Using the image on the aws ecr repo
Browse files Browse the repository at this point in the history
  • Loading branch information
LOUKASSS committed Jun 30, 2023
1 parent 44c9c65 commit a3d067d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/eks/kubernetes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ resource "kubernetes_deployment" "transexpress-website" {
spec {
container {
name = "transexpress-website"
image = "loukass75/transexpress-website:latest"
image = "058322885590.dkr.ecr.us-east-1.amazonaws.com/transexpress-website"
image_pull_policy = "Always"

port {
container_port = 80
Expand Down

0 comments on commit a3d067d

Please sign in to comment.