Update deploy.yaml

This commit is contained in:
acmexii
2021-09-15 12:38:20 +09:00
committed by GitHub
parent 324466b787
commit c620186bf9

View File

@@ -1,9 +1,12 @@
apiVersion : apps/v1beta1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: product name: product
spec: spec:
replicas: 1 replicas: 1
selector:
matchLabels:
app: product
template: template:
metadata: metadata:
labels: labels:
@@ -13,4 +16,4 @@ spec:
- name: product - name: product
image: myeventstormingregistry.azurecr.io/product image: myeventstormingregistry.azurecr.io/product
ports: ports:
- containerPort: 8080 - containerPort: 8080