add revision history to missed deployments

This commit is contained in:
asamanta 2019-06-18 13:37:21 -04:00
parent c36602bdf4
commit 6c890dfe67
2 changed files with 2 additions and 0 deletions

View file

@ -81,6 +81,7 @@ kind: Deployment
metadata:
name: frontend-b
spec:
revisionHistoryLimit: 1
selector:
matchLabels:
app: frontend

View file

@ -17,6 +17,7 @@ kind: Deployment
metadata:
name: recommendationservice-v1
spec:
revisionHistoryLimit: 1
selector:
matchLabels:
app: recommendationservice