Skip to content

Commit

Permalink
Merge pull request #190 from CHZZK-Study/deploy
Browse files Browse the repository at this point in the history
feat(k8s/deployment.yaml): imagePullPolicy 추가
  • Loading branch information
jjaegii authored Sep 24, 2024
2 parents 30c9dae + b8a654b commit 1e5c492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s/dev/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
containers:
- name: spring-boot-app
image: yeseulhong/grass-diary-release:latest
imagePullPolicy: Always
ports:
- containerPort: 8080
envFrom:
Expand Down
1 change: 1 addition & 0 deletions k8s/release/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
containers:
- name: spring-boot-app
image: yeseulhong/grass-diary-release:latest
imagePullPolicy: Always
ports:
- containerPort: 8080
envFrom:
Expand Down

0 comments on commit 1e5c492

Please sign in to comment.