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:
|
metadata:
|
||||||
name: frontend-b
|
name: frontend-b
|
||||||
spec:
|
spec:
|
||||||
|
revisionHistoryLimit: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: frontend
|
app: frontend
|
||||||
|
|
|
@ -17,6 +17,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: recommendationservice-v1
|
name: recommendationservice-v1
|
||||||
spec:
|
spec:
|
||||||
|
revisionHistoryLimit: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: recommendationservice
|
app: recommendationservice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue