From b22c64e25ba07b81a06a56b4b67d9b19a12b83e7 Mon Sep 17 00:00:00 2001 From: hiondal Date: Fri, 31 Oct 2025 13:59:27 +0900 Subject: [PATCH] add build, deploy protytpe --- deployment/uiux/k8s/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/uiux/k8s/deployment.yaml b/deployment/uiux/k8s/deployment.yaml index c28a0ea..5587838 100644 --- a/deployment/uiux/k8s/deployment.yaml +++ b/deployment/uiux/k8s/deployment.yaml @@ -22,7 +22,7 @@ spec: containers: - name: nginx image: acrdigitalgarage02.azurecr.io/hgzero-uiux-prototype:latest - imagePullPolicy: IfNotPresent + imagePullPolicy: Always ports: - containerPort: 80 name: http