Skip to content

Commit

Permalink
Merge branch 'convert-to-deployment'
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Dec 11, 2024
2 parents e1a198e + 12c13f1 commit 81f4fb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/openshift/api.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ objects:
spec:
replicas: ${{MIN_REPLICAS}}
selector:
app: "${APP_NAME}-${BRANCH}"
matchLabels:
app: "${APP_NAME}-${BRANCH}"
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down

0 comments on commit 81f4fb3

Please sign in to comment.