Skip to content

Commit 257806e

Browse files
committed
Limit event-bingo rollout history
1 parent 863278f commit 257806e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

services/event-bingo/base/backend-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
name: event-bingo-backend
55
spec:
6-
revisionHistoryLimit: 5
6+
revisionHistoryLimit: 3
77
replicas: 1
88
strategy:
99
type: RollingUpdate

services/event-bingo/base/frontend-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
name: event-bingo-frontend
55
spec:
6-
revisionHistoryLimit: 5
6+
revisionHistoryLimit: 3
77
replicas: 1
88
strategy:
99
type: RollingUpdate

0 commit comments

Comments
 (0)