Skip to content

Commit

Permalink
feat(deploy): test deployment to kubernetes azure
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Oct 30, 2024
1 parent 23063b4 commit c4390a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
SlimFaas/DependsOn: "redis"
spec:
containers:
- name: api-container
- name: api
image: ghcr.io/guillaume-chervet/transcriptor-api:latest
ports:
- containerPort: 8000
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/ia-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
SlimFaas/DependsOn: "redis"
spec:
containers:
- name: ia-worker-container
- name: ia-worker
image: ghcr.io/guillaume-chervet/transcriptor-ia-worker:latest
ports:
- containerPort: 8000
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/webapp-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
app: webapp
spec:
containers:
- name: webapp-container
- name: webapp
image: ghcr.io/guillaume-chervet/transcriptor-webapp:latest
ports:
- containerPort: 8080
Expand Down

0 comments on commit c4390a8

Please sign in to comment.