Skip to content

Commit

Permalink
fix: name for HPA
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Oct 24, 2024
1 parent 8f96c74 commit ce9f7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/openshift/d365api.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ objects:
- apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: "${APP_NAME}-d365api-${APP_ENVIRONMENT}-${BRANCH}-cpu-autoscaler"
name: "${APP_NAME}-d365api-${APP_ENVIRONMENT}-cpu-autoscaler"
spec:
scaleTargetRef:
apiVersion: apps.openshift.io/v1
Expand Down

0 comments on commit ce9f7fb

Please sign in to comment.