Initial upload
This commit is contained in:
parent
43c9d90439
commit
4dcce330b6
5 changed files with 25 additions and 2 deletions
24
otc/central-forgejo.think-ahead.cloud/registry/forgejo.yaml
Normal file
24
otc/central-forgejo.think-ahead.cloud/registry/forgejo.yaml
Normal 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
|
|
@ -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
|
Loading…
Reference in a new issue