Skip to content

Commit

Permalink
Merge pull request #13 from bcgov/ccof-3672-iac-configmaps
Browse files Browse the repository at this point in the history
fix: name for HPA
  • Loading branch information
trev-dev authored Oct 24, 2024
2 parents f763ddc + ce9f7fb commit 752ab4a
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 752ab4a

Please sign in to comment.