Skip to content

Commit

Permalink
Update hpa.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
limz8319 authored Jun 13, 2023
1 parent f361910 commit 957eb38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/bluegreen/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "website.fullname" . }}
name: {{ include "bulegreen.fullname" . }}
labels:
{{- include "website.labels" . | nindent 4 }}
{{- include "bulegreen.labels" . | nindent 4 }}
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: {{ include "website.fullname" . }}
name: {{ include "bulegreen.fullname" . }}
minReplicas: {{ .Values.autoscaling.minReplicas }}
maxReplicas: {{ .Values.autoscaling.maxReplicas }}
metrics:
Expand Down

0 comments on commit 957eb38

Please sign in to comment.