Skip to content

Commit

Permalink
change add loadbalancer api ip, and change docker images version
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Mar 4, 2024
1 parent 3419c08 commit e549aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/prod-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: khagu-dev-front
image: "europe-west1-docker.pkg.dev/khagu-devops/khagu-dev-images-registry/khagu-dev-front:1.1.1" # Remplacer par votre repo
image: "europe-west1-docker.pkg.dev/khagu-devops/khagu-dev-images-registry/khagu-dev-front:1.1.2" # Remplacer par votre repo
ports:
- containerPort: 80
- containerPort: 7000
Expand Down
2 changes: 1 addition & 1 deletion server/prod-back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: khagu-dev-back
image: "europe-west1-docker.pkg.dev/khagu-devops/khagu-dev-images-registry/khagu-dev-back:1.0.6" # Remplacer par votre repo
image: "europe-west1-docker.pkg.dev/khagu-devops/khagu-dev-images-registry/khagu-dev-back:1.0.7" # Remplacer par votre repo
ports:
- containerPort: 7000
---
Expand Down

0 comments on commit e549aeb

Please sign in to comment.