Skip to content

Commit

Permalink
oops that's awkward
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Nov 5, 2023
1 parent 915ba82 commit 99716b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/k8s-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: osuAkatsuki/score-service
images: osuAkatsuki/profile-history-service

- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand All @@ -37,8 +37,8 @@ jobs:
file: ./Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/score-service:latest
${{ secrets.DOCKERHUB_USERNAME }}/score-service:${{ github.sha }}
${{ secrets.DOCKERHUB_USERNAME }}/profile-history-service:latest
${{ secrets.DOCKERHUB_USERNAME }}/profile-history-service:${{ github.sha }}
labels: ${{ steps.meta.outputs.labels }}

- name: Get kubeconfig from github secrets
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
helm diff upgrade \
--allow-unreleased \
--values chart/values.yaml \
score-service-production \
profile-history-service-production \
common-helm-charts/microservice-base/
- name: Deploy service to production cluster
Expand All @@ -78,5 +78,5 @@ jobs:
--atomic \
--wait --timeout 480s \
--values chart/values.yaml \
score-service-production \
profile-history-service-production \
common-helm-charts/microservice-base/
6 changes: 3 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apps:
- name: score-service-api
- name: profile-history-service-api
environment: production
codebase: score-service
codebase: profile-history-service
replicaCount: 1
container:
image:
repository: osuakatsuki/score-service
repository: osuakatsuki/profile-history-service
tag: latest
port: 80
env:
Expand Down

0 comments on commit 99716b4

Please sign in to comment.