Skip to content

Commit

Permalink
chore: 메인 병합
Browse files Browse the repository at this point in the history
  • Loading branch information
Seungpang committed Jun 10, 2024
2 parents 9b970e5 + d3c5c2d commit 68b2088
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/click-service-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,5 @@ jobs:
run: |
sed "s,\${image},${{ env.IMAGE }},g" ./click-service/resources.yaml > deployment.yaml
kubectl apply -f ./deployment.yaml
mv ./click-service/hpa.yaml .
kubectl apply -f ./hpa.yaml
kubectl apply -f ./click-service/hpa.yaml
1 change: 0 additions & 1 deletion click-service/pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ spec:
gcePersistentDisk:
pdName: log-pv-disk
fsType: ext4

0 comments on commit 68b2088

Please sign in to comment.