Update kubernetes-deployment-best-practices.instructions.md

This commit is contained in:
Vamshi Verma 2025-07-07 21:09:45 -04:00 committed by GitHub
parent 21bb3e0724
commit 800d4cd242
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
---
applyTo: ["*"]
applyTo: ['*']
description: "Comprehensive best practices for deploying and managing applications on Kubernetes. Covers Pods, Deployments, Services, Ingress, ConfigMaps, Secrets, health checks, resource limits, scaling, and security contexts."
---