Skip to content

Commit

Permalink
Merge pull request #975 from wking/replicas-from-MAX_REPLICAS
Browse files Browse the repository at this point in the history
OTA-1385: dist/openshift/cincinnati-deployment: Shift Deployment replicas to MAX_REPLICAS
  • Loading branch information
openshift-merge-bot[bot] authored Nov 4, 2024
2 parents 4398c21 + 451ef9b commit 013989a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/openshift/cincinnati-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ objects:
app: cincinnati
name: cincinnati
spec:
replicas: ${{MIN_REPLICAS}}
replicas: ${{MAX_REPLICAS}}
selector:
matchLabels:
app: cincinnati
Expand Down

0 comments on commit 013989a

Please sign in to comment.