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
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 16s
This commit is contained in:
@@ -7,7 +7,7 @@ metadata:
|
||||
labels:
|
||||
app: ${CONTAINER_IMAGE_NAME}
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: ${KUBERNETES_DEPLOYMENT_REPLICAS}
|
||||
|
||||
selector:
|
||||
matchLabels:
|
||||
|
||||
Reference in New Issue
Block a user