Merge pull request #12 from DavidSouther/add-revision-history
add revision history
This commit is contained in:
commit
c36602bdf4
12 changed files with 12 additions and 0 deletions
|
@ -17,6 +17,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: adservice
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
replicas: 5
|
||||
selector:
|
||||
matchLabels:
|
||||
|
|
|
@ -17,6 +17,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: cartservice
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: cartservice
|
||||
|
|
|
@ -17,6 +17,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: checkoutservice
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: checkoutservice
|
||||
|
|
|
@ -17,6 +17,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: currencyservice
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: currencyservice
|
||||
|
|
|
@ -17,6 +17,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: emailservice
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: emailservice
|
||||
|
|
|
@ -17,6 +17,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: frontend-a
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: frontend
|
||||
|
|
|
@ -17,6 +17,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: loadgenerator
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: loadgenerator
|
||||
|
|
|
@ -17,6 +17,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: paymentservice
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: paymentservice
|
||||
|
|
|
@ -17,6 +17,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: productcatalogservice
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: productcatalogservice
|
||||
|
|
|
@ -99,6 +99,7 @@ spec:
|
|||
limits:
|
||||
cpu: 200m
|
||||
memory: 450Mi
|
||||
revisionHistoryLimit: 1
|
||||
---
|
||||
apiVersion: networking.istio.io/v1alpha3
|
||||
kind: VirtualService
|
||||
|
|
|
@ -17,6 +17,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: redis-cart
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: redis-cart
|
||||
|
|
|
@ -17,6 +17,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: shippingservice
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: shippingservice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue