Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ Pour contribuer :

```bash
# Construction de l’image Docker
docker build -t misterzapp/goofy-cdn:latest -f docker/cdn/Dockerfile .
docker build -t adr181100/goofy-cdn:latest -f docker/cdn/Dockerfile .

# Envoi de l’image sur Docker Hub
docker push misterzapp/goofy-cdn:latest
docker push adr181100/goofy-cdn:latest
```

### 2. Déploiement sur EKS
Expand Down
2 changes: 1 addition & 1 deletion k8s/back-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: backend
image: misterzapp/goofy-back:latest
image: adr181100/goofy-back:latest
ports:
- containerPort: 8080
env:
Expand Down
2 changes: 1 addition & 1 deletion k8s/cdn-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: cdn
image: misterzapp/goofy-cdn:latest
image: adr181100/goofy-cdn:latest
ports:
- containerPort: 8080
env:
Expand Down
Loading