kubernetes-helm/gitea/values.yaml

49 lines
1.3 KiB
YAML
Raw Permalink Normal View History

2024-12-10 05:54:16 +00:00
appName: "funtionary"
rootURL: "http://localhost:4000"
gitea:
gitea:
app:
name: functionary
runMode: prod
server:
httpPort: 3000
sshPort: 2222
sshDomain: localhost
disableSsh: false
startSshServer: true
repository:
root: /opt/bitnami/gitea/data/git/repositories
database:
type: postgres
host: my-gitea-postgresql:5432
name: bitnami_gitea
user: bn_gitea
password: WZcoFXAiyd
sslMode: disable
paths:
data: /opt/bitnami/gitea/data
localCopy: /opt/bitnami/gitea/tmp/local-repo
uploads: /opt/bitnami/gitea/tmp/uploads
avatars: /opt/bitnami/gitea/data/avatars
repoAvatars: /opt/bitnami/gitea/data/repo-avatars
attachments: /opt/bitnami/gitea/data/attachments
log:
mode: console
level: info
rootPath: /opt/bitnami/gitea/tmp/log
security:
passwordHashAlgorithm: pbkdf2
internalToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE2OTUyMDcxNDF9.73ugZndebY5DJXKVKGHoU1CG5xbpqE2FvBtPre0LIEE
service:
disableRegistration: false
requireSigninView: false
defaultKeepEmailPrivate: false
session:
providerConfig: /opt/bitnami/gitea/data/sessions
postgresql:
auth:
username: bn_gitea
password: WZcoFXAiyd
database: bitnami_gitea