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: containers:
- name: mdb-backup - name: mdb-backup
image: bigchaindb/mongodb-backup-agent:3.1 image: bigchaindb/mongodb-backup-agent:3.1
imagePullPolicy: Always imagePullPolicy: IfNotPresent
env: env:
- name: MMS_API_KEYFILE_PATH - name: MMS_API_KEYFILE_PATH
value: /etc/mongod/cloud/agent-api-key value: /etc/mongod/cloud/agent-api-key

View File

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

View File

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

View File

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

View File

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

View File

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