Skip to content

Commit

Permalink
adding project initilization workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudzilla-launcher-lens-rc[bot] authored Sep 16, 2024
1 parent e49c038 commit 4ca7b88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/init-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

env:
IMAGE_PREFIX: registry.cloudzilla.ai/rc-project-d1950eb7/
IMAGE_PREFIX: registry.cloudzilla.ai/rc-project-3889d2b2/

jobs:
build-push:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: https://registry.cloudzilla.ai/
username: 'robot$rc-project-d1950eb7+imageuser'
username: 'robot$rc-project-3889d2b2+imageuser'
password: '${{ secrets.DOCKER_PASSWORD }}'

- name: downcase REPO
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
SECTION_K8S_API_URL: '${{ secrets.SECTION_K8S_API_URL }}'
SECTION_API_TOKEN: '${{ secrets.SECTION_API_TOKEN }}'
DOCKER_SERVER: 'registry.cloudzilla.ai'
DOCKER_USERNAME: 'robot$rc-project-d1950eb7+imageuser'
DOCKER_USERNAME: 'robot$rc-project-3889d2b2+imageuser'
DOCKER_PASSWORD: '${{ secrets.DOCKER_PASSWORD }}'
FULL_IMAGE_WITH_TAG: '${{ env.DOCKER_METADATA_OUTPUT_TAGS }}'
POD_NAME: '${{ env.IMAGE_NAME }}'
Expand Down
6 changes: 3 additions & 3 deletions k8s/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ spec:
resources:
limits:
cpu: 2000m
memory: 536870912
memory: 2147483648
requests:
cpu: 2000m
memory: 536870912
cpu: 50m
memory: 50Mi
ports:
- containerPort: 3000
startupProbe:
Expand Down

0 comments on commit 4ca7b88

Please sign in to comment.