Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gshaibi authored Nov 1, 2023
1 parent 7296d24 commit 40130aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ spec:
spec:
containers:
- name: sleep
image: local-registry:5000/gshaibi/sleep
image: alpine
command: ["sleep", "3600"]
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 40130aa

Please sign in to comment.