Skip to content

Commit

Permalink
Fixing a rootless issue causing SSH keyscan failures
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Sep 16, 2023
1 parent 56bf5c7 commit 4fd4c8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/workloads/gitea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ global:
imageRegistry: core.harbor.homelab.danmanners.com/docker.io
storageClass: ceph-rbd

# image:
# rootless: false

persistence:
storageClass: cephfs
size: 40Gi
Expand All @@ -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:
Expand Down

0 comments on commit 4fd4c8e

Please sign in to comment.