From 824b29f70d2c8ed76b83a8529a4a124eb1e3f836 Mon Sep 17 00:00:00 2001 From: Bidaya0 Date: Sat, 6 Nov 2021 03:00:06 +0800 Subject: [PATCH] Update deploy-dongtai-webapi-prod.yml --- deploy/deploy-dongtai-webapi-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy-dongtai-webapi-prod.yml b/deploy/deploy-dongtai-webapi-prod.yml index 16913cce..ca5db761 100644 --- a/deploy/deploy-dongtai-webapi-prod.yml +++ b/deploy/deploy-dongtai-webapi-prod.yml @@ -20,7 +20,7 @@ spec: containers: - name: dongtai-webapi-container image: dongtai/dongtai-webapi:VERSION - imagePullPolicy: IfNotPresent + imagePullPolicy: Always volumeMounts: - name: configfile mountPath: /opt/dongtai/webapi/conf/config.ini