Skip to content

Commit

Permalink
set default scaling value to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
M_Westerholz committed Nov 7, 2024
1 parent 1b78d8c commit e2616dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/dbildungs-iam-ldap/templates/hpa.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "openldap.fullname" . }}-hpa #naming correct?
name: {{ template "openldap.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: {{ template "openldap.fullname" . }}
Expand Down
4 changes: 2 additions & 2 deletions charts/dbildungs-iam-ldap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,5 +428,5 @@ autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 5
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80
targetCPUUtilizationPercentage: 60
targetMemoryUtilizationPercentage: 60

0 comments on commit e2616dd

Please sign in to comment.