image: registry: "" repository: gitea/gitea imagePullPolicy: Always tag: "1" redis-cluster: enabled: false redis: enabled: true postgresql: enabled: true global: postgresql: auth: postgresPassword: "???" password: "???" database: "???" username: "???" service: ports: postgresql: "???" primary: persistence: size: 10Gi metrics: enabled: true postgresql-ha: enabled: false persistence: enabled: true service: ssh: enabled: true port: 2222 annotations: metallb.universe.tf/allow-shared-ip: test gitea: admin: username: "???" password: "???" email: "???" config: actions: ENABLED: true database: DB_TYPE: postgres indexer: ISSUE_INDEXER_TYPE: bleve REPO_INDEXER_ENABLED: true picture: AVATAR_UPLOAD_PATH: /data/avatars server: DOMAIN: git.limbosolutions.com SSH_DOMAIN: git.limbosolutions.com #HTTP_PORT: 3000 ROOT_URL: https://git.limbosolutions.com DISABLE_SSH: false SSH_PORT: 2222 SSH_LISTEN_PORT: 2222 LFS_START_SERVER: true START_SSH_SERVER: true LFS_PATH: /data/git/lfs #LFS_JWT_SECRET: "???" OFFLINE_MODE: false #MFF 03/08/2024 REPO_INDEXER_ENABLED: true REPO_INDEXER_PATH: indexers/repos.bleve MAX_FILE_SIZE: 1048576 REPO_INDEXER_INCLUDE: REPO_INDEXER_EXCLUDE: resources/bin/** #### SERVICE: DISABLE_REGISTRATION: true REQUIRE_SIGNIN_VIEW: false REGISTER_EMAIL_CONFIRM: false ENABLE_NOTIFY_MAIL: false ALLOW_ONLY_EXTERNAL_REGISTRATION: false ENABLE_CAPTCHA: true DEFAULT_KEEP_EMAIL_PRIVATE : false DEFAULT_ALLOW_CREATE_ORGANIZATION: true DEFAULT_ENABLE_TIMETRACKING: true NO_REPLY_ADDRESS: noreply.localhost mailer: ENABLED: false openid: ENABLE_OPENID_SIGNIN: true ENABLE_OPENID_SIGNUP: true ingress: enabled: true className: traefik annotations: kubernetes.io/ingress.class: traefik hosts: - host: git.limbosolutions.com paths: - path: / pathType: Prefix tls: - secretName: limbosolutions-com-secret-tls hosts: - "git.limbosolutions.com"