Skip to content

Commit

Permalink
Set the replicaCount for image update service to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
thstieler committed Nov 5, 2024
1 parent 5948933 commit 3515a8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/sophora-image-update-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2
version: 1.0.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "update-service.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
replicas: 1
selector:
matchLabels:
{{- include "update-service.selectorLabels" . | nindent 6 }}
Expand Down
1 change: 0 additions & 1 deletion charts/sophora-image-update-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ serviceMonitor:
interval: 10s
path: /actuator/prometheus

replicaCount: 1
resources:
requests:
memory: "2G"
Expand Down

0 comments on commit 3515a8a

Please sign in to comment.