Commit 26740037 authored by Yuji Itadori's avatar Yuji Itadori

Update service-deployment.yaml

parent 59980e99
......@@ -13,7 +13,7 @@ spec:
targetPort: 80
selector:
app: $SERVICENAME
tier: frontend
tier: api
---
apiVersion: v1
kind: PersistentVolumeClaim
......@@ -40,14 +40,14 @@ spec:
selector:
matchLabels:
app: $SERVICENAME
tier: frontend
tier: api
strategy:
type: Recreate
template:
metadata:
labels:
app: $SERVICENAME
tier: frontend
tier: api
spec:
containers:
- image: dockreg.vnetcloud.com/$SERVICENAME:ci-cd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment