mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Change imagePullPolicy in k8s configs (#1680)
This commit is contained in:
parent
dad96fe246
commit
8e6a94e158
@ -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
|
||||
|
@ -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
|
||||
|
@ -22,7 +22,7 @@ spec:
|
||||
containers:
|
||||
- name: mongodb
|
||||
image: bigchaindb/mongodb:3.0
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: MONGODB_FQDN
|
||||
valueFrom:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -13,7 +13,7 @@ spec:
|
||||
containers:
|
||||
- name: nginx-openresty
|
||||
image: bigchaindb/nginx_3scale:2.0
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: DNS_SERVER
|
||||
valueFrom:
|
||||
|
Loading…
x
Reference in New Issue
Block a user