azure pipeline 추가
This commit is contained in:
16
kubernetes/deploy.yaml
Normal file
16
kubernetes/deploy.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion : apps/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: product
|
||||
spec:
|
||||
replicas: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: product
|
||||
spec:
|
||||
containers:
|
||||
- name: product
|
||||
image: myeventstormingregistry.azurecr.io/product
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
Reference in New Issue
Block a user