From 9326e32ce1631a1fd3156c67d49807e1cbbdef8f Mon Sep 17 00:00:00 2001 From: Dan Manners Date: Sat, 16 Sep 2023 15:26:45 -0400 Subject: [PATCH] Fixing a rootless issue causing SSH keyscan failures --- manifests/workloads/gitea/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifests/workloads/gitea/values.yaml b/manifests/workloads/gitea/values.yaml index 03f5f0e2..85260db0 100644 --- a/manifests/workloads/gitea/values.yaml +++ b/manifests/workloads/gitea/values.yaml @@ -4,6 +4,9 @@ global: imageRegistry: core.harbor.homelab.danmanners.com/docker.io storageClass: ceph-rbd +image: + rootless: false + persistence: storageClass: cephfs size: 40Gi @@ -20,6 +23,9 @@ gitea: existingSecret: gitea-creds config: APP_NAME: "Not Your Mommas's GitHub" + server: + SSH_PORT: 2222 + SSH_LISTEN_PORT: 2222 cron.GIT_GC_REPOS: ENABLED: false additionalConfigSources: