image: tag: 1.26.2 ingress: enabled: true hosts: - host: git.vhaudiquet.fr paths: - path: / pathType: Prefix # Disable HA, we are on a 1-node cluster redis-cluster: enabled: false redis: enabled: true postgresql: enabled: true global: postgresql: auth: postgressPassword: neptune343 password: neptune343 database: gitea username: gitea volumePermissions: enabled: true postgresql-ha: enabled: false persistence: enabled: true subPath: data extraVolumes: - name: git nfs: server: truenas.lan path: /mnt/main_storage/git extraContainerVolumeMounts: - name: git mountPath: /git clusterDomain: cluster.local gitea: oauth: - name: Authentik provider: openidConnect key: szVZ3lPAjI0WJMisxTBnBXSRtglgCJGKXWSDAvbF secret: pjRjUb1kSvmljl1foJCUWTpxGpwEViowUaTBbeebpS7QoehxS6y9sUoA5pgxgEYQta9HpnSshwGkNRVeYEjCkNv0uEV3K0r70Cp21ClOFeN7g5g8gmbgNRR5MAApg8Ma autoDiscoverUrl: https://authentik.vhaudiquet.fr/application/o/gitea/.well-known/openid-configuration config: APP_NAME: Gitea server: ROOT_URL: https://git.vhaudiquet.fr lfs: STORAGE_TYPE: local PATH: /git/lfs repository: ROOT: /git/repo database: DB_TYPE: postgres service: ALLOW_ONLY_EXTERNAL_REGISTRATION: true actions: ENABLED: true oauth2_client: ENABLE_AUTO_REGISTRATION: true ACCOUNT_LINKING: login openid: ENABLE_OPENID_SIGNIN: false ENABLE_OPENID_SIGNUP: false indexer: ISSUE_INDEXER_TYPE: bleve REPO_INDEXER_ENABLED: true