Skip to content

Commit

Permalink
Minor updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
weskubo-cgi authored and weskubo-cgi committed Sep 20, 2023
1 parent 6ee6ee0 commit d0e9137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-openshift-frontend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ jobs:
# Process and apply deployment template
oc process -f tools/openshift/frontend.dc.yaml -p APP_NAME=${{ env.APP_NAME }} -p REPO_NAME=${{ env.REPO_NAME }} -p BRANCH=${{ env.BRANCH }} \
-p NAMESPACE=${{ env.OPENSHIFT_NAMESPACE }} -p TAG=${{ env.TAG }} -p MIN_REPLICAS=${{ env.MIN_REPLICAS }} -p MAX_REPLICAS=${{ env.MAX_REPLICAS }} \
-p MIN_CPU=${{ env.MIN_CPU }} -p MAX_CPU=${{ env.MAX_CPU }} -p MIN_MEM=${{ env.MIN_MEM }} -p MAX_MEM=${{ env.MAX_MEM }} -p HOST_ROUTE=${{ env.HOST_ROUTE }} \
-p MIN_CPU=${{ env.MIN_CPU }} -p MAX_CPU=${{ env.MAX_CPU }} -p MIN_MEM=${{ env.MIN_MEM }} -p MAX_MEM=${{ env.MAX_MEM }} \
# -p HOST_ROUTE=${{ env.HOST_ROUTE }} \
| oc apply -f -
# Start rollout (if necessary) and follow it
Expand Down
2 changes: 1 addition & 1 deletion tools/openshift/backend.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ objects:
- apiVersion: v1
kind: Route
metadata:
name: '${APP_NAME}-backend'
name: '${APP_NAME}-backend-http'
labels:
app: '${APP_NAME}-${BRANCH}'
annotations:
Expand Down

0 comments on commit d0e9137

Please sign in to comment.