We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e4b62 commit e9adcf9Copy full SHA for e9adcf9
1 file changed
K8s/blog-deployment.yaml
@@ -397,17 +397,10 @@ spec:
397
# → Prevents too many services from being created.
398
# → Helps avoid unnecessary IP allocation.
399
400
- deployments.apps: "10"
+ count/deployments.apps: 10
401
# → Prevents users from creating 20–30 deployments accidentally.
402
# → Good for controlled production environments.
403
404
- statefulsets.apps: "5"
405
- # → Databases must be limited for safety.
406
- # → Ensures only limited stateful workloads (MySQL, Redis, etc.) run.
407
-
408
- replicasets.apps: "20"
409
- # → ReplicaSets are auto-created by Deployments.
410
- # → Limit prevents cluster clutter during multiple updates.
411
412
persistentvolumeclaims: "5"
413
# → Prevents over-creation of storage volumes (very costly).
0 commit comments