Skip to content

Commit

Permalink
Update container names in Kubernetes deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
sayinmehmet47 committed May 7, 2024
1 parent efd397c commit 3612540
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
--cluster=kubernetes \
--user=github-action
kubectl config use-context default
kubectl set image deployment/frontend-deployment-dev client=sayinmehmet47/client-kitapkurdu-1:${{ env.TAG_VERSION }} -n kitapkurdu
kubectl set image deployment/frontend-deployment-dev frontend=sayinmehmet47/client-kitapkurdu-1:${{ env.TAG_VERSION }} -n kitapkurdu
env:
KUBECONFIG: kubeconfig
2 changes: 1 addition & 1 deletion infra/k8s-dev/backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
track: stable
spec:
containers:
- name: kitapkurdu
- name: backend
image: sayinmehmet47/backend-kitapkurdu-1:dev
env:
- name: MONGO_URI
Expand Down
2 changes: 1 addition & 1 deletion infra/k8s-staging/backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
track: stable
spec:
containers:
- name: kitapkurdu
- name: backend
image: sayinmehmet47/backend-kitapkurdu-1:latest
env:
- name: MONGO_URI
Expand Down
2 changes: 1 addition & 1 deletion infra/k8s/backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
tier: backend
spec:
containers:
- name: kitapkurdu
- name: backend
image: sayinmehmet47/backend-kitapkurdu-1:latest
env:
- name: MONGO_URI
Expand Down

0 comments on commit 3612540

Please sign in to comment.