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 15, 2024
1 parent 86d3ecc commit e49c038
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-5100d159/
IMAGE_PREFIX: registry.cloudzilla.ai/rc-project-d1950eb7/

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-5100d159+imageuser'
username: 'robot$rc-project-d1950eb7+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-5100d159+imageuser'
DOCKER_USERNAME: 'robot$rc-project-d1950eb7+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: 2147483648
memory: 536870912
requests:
cpu: 50m
memory: 50Mi
cpu: 2000m
memory: 536870912
ports:
- containerPort: 3000
startupProbe:
Expand Down

0 comments on commit e49c038

Please sign in to comment.