Refactored forgejo-runner

This commit is contained in:
Richard Robert Reitz 2024-12-07 22:58:43 +01:00
parent 2ed2dbcc96
commit 76c7d07c06
10 changed files with 16 additions and 261 deletions

View file

@ -1,3 +0,0 @@
replicaCount: 1
forgejoUrl: http://forgejo-http.gitea.svc.cluster.local:3000

View file

@ -18,12 +18,12 @@ spec:
name: in-cluster
namespace: gitea
sources:
- repoURL: https://gitea.{{ .Values.edfbuilderTargetDomain }}/giteaAdmin/edfbuilder
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/forgejo-runner.git
path: forgejo-runner
targetRevision: HEAD
helm:
valueFiles:
- $values/stacks/core/forgejo-runner/values.yaml
- $values/stacks/ref-implementation/forgejo-runner/values.yaml
- repoURL: https://gitea.{{ .Values.edfbuilderTargetDomain }}/giteaAdmin/edfbuilder
targetRevision: HEAD
ref: values

View file

@ -0,0 +1,14 @@
replicaCount: 1
image:
repository: code.forgejo.org/forgejo/runner
pullPolicy: IfNotPresent
tag: "3.5.1"
resources:
limits:
memory: 2Gi
requests:
memory: 1Gi
forgejoUrl: http://forgejo-http.gitea.svc.cluster.local:3000