Skip to content

Commit

Permalink
revert #300
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayo04 committed Jun 13, 2024
1 parent 72057e9 commit 72057e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions akka/templates/autoscaling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
{{- toYaml .Values.autoscaling.metrics | nindent 4 }}
minReplicas: {{ .Values.autoscaling.minReplicas }}
scaleTargetRef:
kind: {{ .Values.autoscaling.scaleTargetRef.kind }}
apiVersion: {{ .Values.autoscaling.scaleTargetRef.apiVersion }}
kind: Deployment
apiVersion: apps/v1
name: "{{ template "akka.fullname" . }}"
{{- end }}
2 changes: 1 addition & 1 deletion akka/templates/rollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spec:
{{- end }}
replicas: {{ .Values.rollout.replicaCount }}
revisionHistoryLimit: {{ .Values.rollout.revisionHistoryLimit }}
strategy:
strategy:
{{- toYaml .Values.rollout.strategy | nindent 4 }}
{{- end }}
3 changes: 0 additions & 3 deletions akka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,6 @@ autoscaling:
metrics: []
# This feature is available since 1.18
behavior: {}
scaleTargetRef:
kind: Deployment
apiVersion: apps/v1

# Metrics Configuration.
metrics:
Expand Down

0 comments on commit 72057e1

Please sign in to comment.