Skip to content

Commit

Permalink
- Update backend replicas from 1 -> 2
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Sep 6, 2024
1 parent 23f1fcd commit fa1cc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8chart/ols4/templates/ols4-backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: {{ .Release.Name }}-backend
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: {{ .Release.Name }}-backend
Expand Down

0 comments on commit fa1cc4b

Please sign in to comment.