Change imagePullPolicy in k8s configs (#1680)

This commit is contained in:
Krish 2017-07-19 20:14:56 +02:00 committed by GitHub
parent dad96fe246
commit 8e6a94e158
6 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ spec:
containers:
- name: mdb-backup
image: bigchaindb/mongodb-backup-agent:3.1
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: MMS_API_KEYFILE_PATH
value: /etc/mongod/cloud/agent-api-key

View File

@ -25,7 +25,7 @@ spec:
containers:
- name: mdb-mon
image: bigchaindb/mongodb-monitoring-agent:3.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: MMS_API_KEYFILE_PATH
value: /etc/mongod/cloud/agent-api-key

View File

@ -22,7 +22,7 @@ spec:
containers:
- name: mongodb
image: bigchaindb/mongodb:3.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: MONGODB_FQDN
valueFrom:

View File

@ -13,7 +13,7 @@ spec:
containers:
- name: nginx-http
image: bigchaindb/nginx_http:1.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: CLUSTER_FRONTEND_PORT
valueFrom:

View File

@ -13,7 +13,7 @@ spec:
containers:
- name: nginx-https
image: bigchaindb/nginx_https:1.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: CLUSTER_FRONTEND_PORT
valueFrom:

View File

@ -13,7 +13,7 @@ spec:
containers:
- name: nginx-openresty
image: bigchaindb/nginx_3scale:2.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: DNS_SERVER
valueFrom: