Skip to content

Commit

Permalink
changed imagePullPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsharma committed Feb 19, 2022
1 parent 0d4878b commit f2a17f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/kube-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- name: ZINC_DATA_PATH
value: /go/bin/data
# command: ["/bin/bash", "-c", "while true; do sleep 1; done"]
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
resources:
limits:
cpu: 1024m
Expand Down

0 comments on commit f2a17f2

Please sign in to comment.