Skip to content

Commit

Permalink
env/oss: scale down fuzz instances, moved to new env
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Sep 28, 2021
1 parent 11a3eeb commit 03685ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/apps/10-achfuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
app: achfuzz
spec:
replicas: 1
replicas: 0
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down
2 changes: 1 addition & 1 deletion lib/apps/17-imagecashletterfuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
app: imagecashletterfuzz
spec:
replicas: 1
replicas: 0
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down
2 changes: 1 addition & 1 deletion lib/apps/18-wirefuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
labels:
app: wirefuzz
spec:
replicas: 1
replicas: 0
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down
2 changes: 1 addition & 1 deletion lib/apps/19-metro2fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
labels:
app: metro2fuzz
spec:
replicas: 1
replicas: 0
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down

0 comments on commit 03685ef

Please sign in to comment.