Initial upload

This commit is contained in:
Automated pipeline 2025-06-03 12:05:41 +00:00 committed by Actions pipeline
parent 43c9d90439
commit 4dcce330b6
5 changed files with 25 additions and 2 deletions

View file

@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: forgejo
namespace: argocd
labels:
env: dev
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
name: in-cluster
namespace: argocd
source:
path: "otc/central-forgejo.think-ahead.cloud/stacks/forgejo"
repoURL: "https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances"
targetRevision: HEAD
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View file

@ -69,7 +69,6 @@ gitea:
secretKeyRef: secretKeyRef:
name: elasticsearch-cloud-credentials name: elasticsearch-cloud-credentials
key: connection-string key: connection-string
admin: admin:
existingSecret: gitea-credential existingSecret: gitea-credential
@ -81,7 +80,7 @@ gitea:
# TODO next # TODO next
REPO_INDEXER_ENABLED: false REPO_INDEXER_ENABLED: false
# REPO_INDEXER_TYPE: meilisearch # not yet working # REPO_INDEXER_TYPE: meilisearch # not yet working
storage: storage:
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443 MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
STORAGE_TYPE: minio STORAGE_TYPE: minio