Skip to content

Commit

Permalink
Sync from main
Browse files Browse the repository at this point in the history
Sync from main
  • Loading branch information
kamal-mohammed authored Feb 16, 2024
2 parents e3a77c6 + 4181b8c commit 94ebbfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ env:
GRAD_NAMESPACE: ${{ vars.GRAD_NAMESPACE }}
TAG: "latest"
BRANCH: "main"
MIN_CPU: "20m"
MAX_CPU: "250m"
MIN_MEM: "100Mi"
MAX_MEM: "600Mi"
MIN_CPU: "100m"
MAX_CPU: "500m"
MIN_MEM: "256Mi"
MAX_MEM: "1Gi"
MIN_REPLICAS: "3"
MAX_REPLICAS: "5"

Expand Down
2 changes: 1 addition & 1 deletion tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ oc create -n "$GRAD_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map \
--from-literal=GRAD_PROGRAM_API="http://educ-grad-program-api.$GRAD_NAMESPACE-$envValue.svc.cluster.local:8080/" \
--from-literal=GRAD_STUDENT_GRADUATION_API="http://educ-grad-student-graduation-api.$GRAD_NAMESPACE-$envValue.svc.cluster.local:8080/" \
--from-literal=GRAD_TRAX_API="http://educ-grad-trax-api.$GRAD_NAMESPACE-$envValue.svc.cluster.local:8080/"\
--from-literal=MAXIMUM_POOL_SIZE="50" \
--from-literal=MAXIMUM_POOL_SIZE="20" \
--from-literal=MAX_RETRY_ATTEMPTS="3" \
--from-literal=PEN_API="http://student-api-master.$COMMON_NAMESPACE-$envValue.svc.cluster.local:8080/" \
--dry-run=client -o yaml | oc apply -f -
Expand Down

0 comments on commit 94ebbfc

Please sign in to comment.