Skip to content

Commit

Permalink
feat: add image pull policy
Browse files Browse the repository at this point in the history
  • Loading branch information
hwmin414 committed Jan 17, 2024
1 parent 7e233de commit b1340d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions zabo-server-deployment/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/secret.yaml
1 change: 1 addition & 0 deletions zabo-server-deployment/base/server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
containers:
- name: zabo-server
image: ghcr.io/sparcs-kaist/zabo-server:dev
imagePullPolicy: Always
ports:
- containerPort: 6001
envFrom:
Expand Down

0 comments on commit b1340d8

Please sign in to comment.