Add KUBERNETES_DEPLOYMENT_REPLICAS environment variable and update deployment configuration
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 16s

This commit is contained in:
2025-10-06 14:59:25 +08:00
parent 44a151c674
commit d488511238
3 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ metadata:
labels:
app: ${CONTAINER_IMAGE_NAME}
spec:
replicas: 2
replicas: ${KUBERNETES_DEPLOYMENT_REPLICAS}
selector:
matchLabels: