Automated upload for dev.t09.de

This commit is contained in:
Automated pipeline 2026-03-10 08:44:39 +00:00 committed by Actions pipeline
parent c790fe44ee
commit bc2a2861d9
5 changed files with 14 additions and 11 deletions

View file

@ -7,7 +7,7 @@ metadata:
namespace: gitea namespace: gitea
spec: spec:
# Two replicas means that if one is busy, the other can pick up jobs. # Two replicas means that if one is busy, the other can pick up jobs.
replicas: 0 replicas: 3
selector: selector:
matchLabels: matchLabels:
app: forgejo-runner app: forgejo-runner

View file

@ -175,6 +175,6 @@ image:
#tag: "8.0.3" #tag: "8.0.3"
# Adds -rootless suffix to image name # Adds -rootless suffix to image name
# rootless: true # rootless: true
fullOverride: edp.buildth.ing/devfw-cicd/edp-forgejo:workflow-webhook-20260305 fullOverride: edp.buildth.ing/devfw-cicd/edp-forgejo:14.0.2-edp1-rootless
forgejo: {} forgejo: {}

View file

@ -20,7 +20,7 @@ spec:
sources: sources:
- repoURL: https://edp.buildth.ing/DevFW-CICD/garm-helm - repoURL: https://edp.buildth.ing/DevFW-CICD/garm-helm
path: charts/garm path: charts/garm
targetRevision: v0.0.11 targetRevision: v0.0.7
helm: helm:
valueFiles: valueFiles:
- $values/otc/dev.t09.de/stacks/garm/garm/values.yaml - $values/otc/dev.t09.de/stacks/garm/garm/values.yaml

View file

@ -15,10 +15,6 @@ ingress:
hosts: hosts:
- garm.dev.t09.de - garm.dev.t09.de
image:
repository: edp.buildth.ing/devfw-cicd/garm
tag: workflow-params-20260309
# Credentials and Secrets # Credentials and Secrets
credentials: credentials:
edgeConnect: edgeConnect:
@ -28,6 +24,10 @@ credentials:
db: db:
existingSecretName: garm-fixed-credentials existingSecretName: garm-fixed-credentials
image:
repository: edp.buildth.ing/devfw-cicd/garm-forgejo
tag: v0.1.7-forgejo-1
providerConfig: providerConfig:
edgeConnect: edgeConnect:
organization: edp2 organization: edp2
@ -36,7 +36,10 @@ providerConfig:
cloudlet: cloudlet:
name: Hamburg name: Hamburg
organization: TelekomOP organization: TelekomOP
edgeConnectK8s:
sizer:
sidecarImage: edp.buildth.ing/devfw-cicd/forgejo-runner-sizer-collector:0.0.4
garm: garm:
logging: logging:
logLevel: debug logLevel: info

View file

@ -10,7 +10,7 @@ metadata:
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- host: sizer.dev.t09.de - host: optimiser.dev.t09.de
http: http:
paths: paths:
- backend: - backend:
@ -22,5 +22,5 @@ spec:
pathType: Prefix pathType: Prefix
tls: tls:
- hosts: - hosts:
- sizer.dev.t09.de - optimiser.dev.t09.de
secretName: sizer-receiver-tls secretName: sizer-receiver-tls