This message was deleted.
# kubernetes
s
This message was deleted.
b
there is a parameter for how many to save historically, iirc it defaults to 10
it cleans up any more than that by itself
g
ah cool, thanks!
a
Copy code
spec: {
  selector: { matchLabels: {app: "your-app"} },
  replicas: 1,
  revisionHistoryLimit: 2, <-- This controls that
👍 1
I just noticed how old this is.. so you've probably figured that out already. 😄