Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
deployment CI/CD
  • Loading branch information
MJun111 committed Jan 10, 2024
1 parent fa0e0e1 commit 2b78054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eks-oneclick-jtg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Parameters:
WorkerNodeCount:
Description: Worker Node Counts
Type: String
Default: 4
Default: 5
WorkerNodeVolumesize:
Description: Worker Node Volumes size
Type: String
Expand Down
2 changes: 1 addition & 1 deletion storage-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: storage-service
image: ${REPOSITORY_URI}/jeontongju-storage-service
image: ${REPOSITORY_URI}/jeontongju-storage-service:${IMAGE_TAG}
ports:
- containerPort: 8080
imagePullPolicy: Always
Expand Down

0 comments on commit 2b78054

Please sign in to comment.