Initial upload

This commit is contained in:
Automated pipeline 2025-07-21 08:08:22 +00:00 committed by Actions pipeline
parent 15ea465f53
commit fe696adecc
917 changed files with 54 additions and 115079 deletions

View file

@ -39,6 +39,10 @@ extraVolumes:
secretName: custom-database-certs
gitea:
metrics:
enabled: true
serviceMonitor:
enabled: true
additionalConfigFromEnvs:
- name: FORGEJO__storage__MINIO_ACCESS_KEY_ID
valueFrom:
@ -85,11 +89,22 @@ gitea:
secretKeyRef:
name: postgres-forgejo-cloud-credentials
key: password
# Either 'elasticsearch' or 'bleve' (go in memory search engine)
- name: FORGEJO__indexer__ISSUE_INDEXER_TYPE
valueFrom:
secretKeyRef:
name: elasticsearch-cloud-credentials
key: type
- name: FORGEJO__indexer__ISSUE_INDEXER_CONN_STR
valueFrom:
secretKeyRef:
name: elasticsearch-cloud-credentials
key: connection-string
- name: FORGEJO__indexer__ISSUE_INDEXER_ENABLED
valueFrom:
secretKeyRef:
name: elasticsearch-cloud-credentials
key: enabled
- name: FORGEJO__mailer__PASSWD
valueFrom:
secretKeyRef:
@ -100,18 +115,13 @@ gitea:
existingSecret: gitea-credential
config:
indexer:
ISSUE_INDEXER_ENABLED: true
ISSUE_INDEXER_TYPE: elasticsearch
# TODO next
REPO_INDEXER_ENABLED: false
# REPO_INDEXER_TYPE: meilisearch # not yet working
APP_NAME: 'EDP'
APP_SLOGAN: 'Build your thing in minutes'
storage:
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
STORAGE_TYPE: minio
MINIO_LOCATION: eu-de
MINIO_BUCKET: edp-forgejo-dns_zone
MINIO_BUCKET: edp-forgejo-observability
MINIO_USE_SSL: true
queue:
@ -149,16 +159,19 @@ gitea:
service:
ssh:
type: NodePort
type: LoadBalancer
nodePort: 32222
externalTrafficPolicy: Local
externalTrafficPolicy: Cluster
annotations:
kubernetes.io/elb.id:
image:
pullPolicy: "IfNotPresent"
# Overrides the image tag whose default is the chart appVersion.
#tag: "8.0.3"
# Adds -rootless suffix to image name
rootless: true
# rootless: true
fullOverride: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/edp-forgejo:v1.1.0-edp-v11.0.3
forgejo:
runner: