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
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 21s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user