chore(forgejo): removed unused configmap file, will switch to env vars

This commit is contained in:
jad0s 2026-05-14 13:36:23 +02:00
parent 9122a50acd
commit f93207884e

View file

@ -1,22 +0,0 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: forgejo-config
namespace: forgejo
data:
app.ini: |
[service]
DISABLE_REGISTRATION = false
REGISTER_MANUAL_CONFIRM = true
REQUIRE_SIGNIN_VIEW = false
[server]
DISABLE_SSH = false
START_SSH_SERVER = true
SSH_PORT = 22
SSH_LISTEN_PORT = 22
DOMAIN = forgejo.libretalk.eu
ROOT_URL = https://forgejo.libretalk.eu/
[repository]
ENABLE_PUSH_CREATE_USER = false