Merge pull request #13 from DavidSouther/add-more-revision-history
add revision history to missed deployments
This commit is contained in:
commit
045f415c82
2 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: frontend-b
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: frontend
|
||||
|
|
|
@ -17,6 +17,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: recommendationservice-v1
|
||||
spec:
|
||||
revisionHistoryLimit: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: recommendationservice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue