Skip to content

Commit

Permalink
imagePullPolicy is empty by default for gordo-model-server (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
koropets authored Nov 16, 2020
1 parent a3642db commit 8d63bd7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,6 @@ spec:
priorityClassName: server-priority
containers:
- image: "{{ docker_registry }}/{{ docker_repository }}/gordo-model-server:{{gordo_version}}"
imagePullPolicy: "IfNotPresent"
name: "gordoserver-{{ project_name }}"
volumeMounts:
- mountPath: "/gordo"
Expand Down Expand Up @@ -952,7 +951,6 @@ spec:
memory: "{{ server_resources['limits']['memory'] }}M"
cpu: "{{ server_resources['limits']['cpu'] }}m"{% if not without_prometheus %}
- image: "{{ docker_registry }}/{{ docker_repository }}/gordo-model-server:{{gordo_version}}"
imagePullPolicy: "IfNotPresent"
name: "gordoserver-prometheus-{{ project_name }}"
volumeMounts:
- name: metrics
Expand Down

0 comments on commit 8d63bd7

Please sign in to comment.