Skip to content

Commit

Permalink
Changing image pull policy for RabbitMQ and k8s-dashboard deployments (
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslavic authored Nov 27, 2019
1 parent 9a5f1d6 commit 146a3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
initialDelaySeconds: 20
periodSeconds: 60
timeoutSeconds: 10
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: MY_POD_IP
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ spec:
containers:
- name: kubernetes-dashboard
image: {{ image_registry_address }}/kubernetesui/dashboard:v2.0.0-beta1
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8443
protocol: TCP
Expand Down

0 comments on commit 146a3f5

Please sign in to comment.