From 4fd4c8ea961186f59bae850578be9e1fcb44087f 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..a76e8476 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: