Skip to content

Commit

Permalink
fix: selector schema for service
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Nov 7, 2024
1 parent 25babe9 commit 53a69d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tools/openshift/backend.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ objects:
protocol: TCP
targetPort: 443
selector:
matchLabels:
app: "${APP_NAME}-${BRANCH}"
app: "${APP_NAME}-${BRANCH}"
- apiVersion: v1
kind: Route
metadata:
Expand Down
3 changes: 1 addition & 2 deletions tools/openshift/frontend.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@
protocol: TCP
targetPort: 2015
selector:
matchLabels:
app: "${APP_NAME}-${BRANCH}"
app: "${APP_NAME}-${BRANCH}"
- apiVersion: v1
kind: Route
metadata:
Expand Down

0 comments on commit 53a69d0

Please sign in to comment.