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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user