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