Update deploy.yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user