Skip to content

Commit

Permalink
Fixed autoscaler.
Browse files Browse the repository at this point in the history
  • Loading branch information
weskubo-cgi authored and weskubo-cgi committed Oct 12, 2023
1 parent df2ecff commit 425427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/openshift/backend.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ objects:
scaleTargetRef:
apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
name: '${APP_NAME}-${ENVIRONMENT}-backend'
name: '${APP_NAME}-backend-${ENVIRONMENT}'
subresource: scale
minReplicas: ${{MIN_REPLICAS}}
maxReplicas: ${{MAX_REPLICAS}}
Expand Down

0 comments on commit 425427e

Please sign in to comment.