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

@@ -21,6 +21,7 @@ env:
KUBERNETES_URL: ${{ secrets.KUBERNETES_URL }}
KUBERNETES_NAMESPACE: ${{ secrets.KUBERNETES_NAMESPACE }}
KUBERNETES_INGRESS_HOST: ${{ secrets.KUBERNETES_INGRESS_HOST }}
KUBERNETES_DEPLOYMENT_REPLICAS: ${{ secrets.KUBERNETES_DEPLOYMENT_REPLICAS }}
# Container registry configuration
CONTAINER_REGISTRY_URL: ${{ secrets.CONTAINER_REGISTRY_URL }}