Automated upload for observability.buildth.ing

This commit is contained in:
Automated pipeline 2026-03-04 09:55:46 +00:00 committed by Actions pipeline
parent f15b30d02c
commit 464a9eb22e
32 changed files with 890 additions and 118 deletions

View file

@ -1,4 +1,4 @@
# This is only used for deploying older versions of infra-catalogue where the bucket name is not an output of the terragrunt modules# We use recreate to make sure only one instance with one version is running, because Forgejo might break or data gets inconsistant.
# This is only used for deploying older versions of infra-catalogue where the bucket name is not an output of the terragrunt modules# We use recreate to make sure only one instance with one version is running, because Forgejo might break or data gets inconsistant.
strategy:
type: Recreate
@ -166,7 +166,7 @@ service:
nodePort: 32222
externalTrafficPolicy: Cluster
annotations:
kubernetes.io/elb.id: 3c90c465-804a-4682-ba55-111ce827e69c
kubernetes.io/elb.id: 3c90c465-804a-4682-ba55-111ce827e69c
image:
pullPolicy: "IfNotPresent"
@ -177,15 +177,16 @@ image:
fullOverride: edp.buildth.ing/devfw-cicd/edp-forgejo:v11.0.3-edp1
forgejo:
runner:
enabled: true
image:
tag: latest
# replicas: 3
config:
runner:
labels:
- docker:docker://node:16-bullseye
- self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04
- ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04
- ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04
# This appears to be governed by forgejo-runner, as intuition would suggest
# runner:
# enabled: true
# image:
# tag: latest
# # replicas: 3
# config:
# runner:
# labels:
# - docker:docker://node:16-bullseye
# - self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04
# - ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04
# - ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04