initial infra/stage/prod: infra apps from main

This commit is contained in:
deploy-k3s
2026-03-11 14:44:31 +00:00
commit 3117ace190
5 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "gitea-custom",
"namespace": "gitea",
"step": "2",
"source": {
"repoURL": "https://github.com/Kargones/deploy-app-kargo-private.git",
"path": "infra/gitea-custom/manifests",
"targetRevision": "main"
}
}

View File

@@ -0,0 +1,16 @@
# Override Gitea cache/session to use memory (no redis/valkey)
# Mount this ConfigMap as /data/gitea/conf/app.ini override
apiVersion: v1
kind: ConfigMap
metadata:
name: gitea-disable-cache
namespace: gitea
data:
_10-cache.ini: |
[cache]
ENABLED = false
ADAPTER = memory
INTERVAL = 0
[session]
PROVIDER = memory