Update deploy.yaml

This commit is contained in:
acmexii
2021-09-15 13:25:37 +09:00
committed by GitHub
parent c620186bf9
commit 447ffbd00d

View File

@@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: product
namespace: default
spec:
replicas: 1
selector:
@@ -14,6 +15,6 @@ spec:
spec:
containers:
- name: product
image: myeventstormingregistry.azurecr.io/product
image: 979050235289.dkr.ecr.ap-southeast-2.amazonaws.com/12st-product::${BUILD_NUMBER}
ports:
- containerPort: 8080