Skip to content

Commit

Permalink
[FIX] revise volume az
Browse files Browse the repository at this point in the history
  • Loading branch information
CokeLee777 committed Dec 28, 2023
1 parent 2f23f4d commit dcb7abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment-prod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: sns-deployment-${IMAGE_TAG}
name: sns-deployment
namespace: prod
labels:
app: sns-service
Expand Down
2 changes: 1 addition & 1 deletion pv-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
accessModes:
- ReadWriteOnce # 하나의 Pod에 마운트
awsElasticBlockStore:
volumeID: vol-0e641d93bd79fd3cb
volumeID: vol-0f24988ec5e58838d
persistentVolumeReclaimPolicy: Retain

0 comments on commit dcb7abd

Please sign in to comment.