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 a014cef commit 0f29c99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions charts/streams-app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ spec:
serviceName: {{ template "streams-app.name" . }}
podManagementPolicy: Parallel
{{- end }}
{{- if .Values.replicaCount }}
replicas: {{ .Values.replicaCount }}
{{- end }}
selector:
matchLabels:
app: {{ template "streams-app.name" . }}
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 0f29c99

Please sign in to comment.