diff --git a/.gitea/kubernetes/deployment.yaml b/.gitea/kubernetes/deployment.yaml index b3458c2..b95a916 100644 --- a/.gitea/kubernetes/deployment.yaml +++ b/.gitea/kubernetes/deployment.yaml @@ -24,5 +24,5 @@ spec: cpu: 50m memory: 128Mi limits: - cpu: 200Mi + cpu: 1000m # 1 vCPU memory: 256Mi diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c9025dd..3cdee3f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -28,8 +28,8 @@ jobs: context: . push: true tags: | - git.fascinated.cc/fascinated/scoresaber-reloaded:latest git.fascinated.cc/fascinated/scoresaber-reloaded:${{ github.sha }} + git.fascinated.cc/fascinated/scoresaber-reloaded:latest build-args: | GIT_REV=${{ gitea.sha }} @@ -53,4 +53,3 @@ jobs: .gitea/kubernetes/ingress.yaml images: | git.fascinated.cc/fascinated/scoresaber-reloaded:${{ github.sha }} - force: true