Skip to content

Commit

Permalink
fix the fix the fix the fix the Maybe this works?
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-100 committed Jan 24, 2024
1 parent 66d2eaa commit 55d4fae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/azure-kubernetes-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ jobs:
echo "Deploying services"
kubectl replace --force -f ./soemi-woeb/k8s
kubectl replace --force -f ./soemi-woers/k8s
kubectl get pods
5 changes: 1 addition & 4 deletions soemi-woeb/k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ spec:
spec:
containers:
- name: soemi-woeb
image: z100/soemi-woeb
env:
- name: SHORT_COMMIT_SHA
value: "${{ env.COMMIT_SHA_SHORT }}"
image: z100/soemi-woeb:${COMMIT_SHA_SHORT}
ports:
- containerPort: 3000
5 changes: 1 addition & 4 deletions soemi-woers/k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ spec:
spec:
containers:
- name: soemi-woers
image: z100/soemi-woers
env:
- name: SHORT_COMMIT_SHA
value: "${{ env.COMMIT_SHA_SHORT }}"
image: z100/soemi-woers:${COMMIT_SHA_SHORT}
ports:
- containerPort: 8089
livenessProbe:
Expand Down

0 comments on commit 55d4fae

Please sign in to comment.