Skip to content

Commit

Permalink
Evaluate paused scaledobject behavior if paused
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Dec 3, 2024
1 parent 0f29c99 commit 5723297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/streams-app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceName: {{ template "streams-app.name" . }}
podManagementPolicy: Parallel
{{- end }}
{{- if .Values.replicaCount }}
{{- if (not .Values.autoscaling.enabled) }}
replicas: {{ .Values.replicaCount }}
{{- end }}
selector:
Expand Down
2 changes: 1 addition & 1 deletion charts/streams-app/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nameOverride: bakdata-streams-app

# replicaCount: 1
replicaCount: 1

image: streamsApp
imageTag: latest
Expand Down

0 comments on commit 5723297

Please sign in to comment.