Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tesseract python #43

Merged
merged 5 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/google-registry-gke-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ env:
jobs:
build:
environment: playground
runs-on: ubuntu-latest
# runs-on: self-hosted
runs-on: self-hosted
# runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '#update') }}
steps:
- name: Checkout
Expand Down Expand Up @@ -124,8 +124,8 @@ jobs:
deploy:
needs: build
environment: playground
runs-on: ubuntu-latest
# runs-on: self-hosted
runs-on: self-hosted
# runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -167,9 +167,9 @@ jobs:
${{ env.GKE_APP_NAME }} --values=./helm/playground.yaml ./helm

update:
runs-on: ubuntu-latest
environment: playground
# runs-on: self-hosted
runs-on: self-hosted
# runs-on: ubuntu-latest
if: ${{ contains(github.event.head_commit.message, '#update') }}
steps:
- name: Checkout
Expand Down
16 changes: 8 additions & 8 deletions helm/playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ imagePullSecrets:
replicaCount: 1

autoscaling:
enabled: true
enabled: false
minReplicas: 1
maxReplicas: 4
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 120

resources:
requests:
cpu: 250m
memory: 1Gi
limits:
cpu: 500m
memory: 4Gi
resources: {}
# requests:
# cpu: 250m
# memory: 1Gi
# limits:
# cpu: 500m
# memory: 4Gi

livenessProbe:
failureThreshold: 3
Expand Down
Loading
Loading