Add KUBERNETES_DEPLOYMENT_REPLICAS variable for configurable pod replicas
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 21s

This commit is contained in:
2025-10-06 14:59:26 +08:00
parent f2cc11f537
commit 3dd30bb53f
3 changed files with 4 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ metadata:
app: ${CONTAINER_IMAGE_NAME}
spec:
# Number of pod replicas to run
replicas: 2
replicas: ${KUBERNETES_DEPLOYMENT_REPLICAS}
# Label selector to identify pods managed by this deployment
selector: