add revision history to missed deployments
This commit is contained in:
parent
c36602bdf4
commit
6c890dfe67
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