Kubernetes.K3s.installLog/services/Gitea/values.yaml

47 lines
902 B
YAML

actions:
enabled: true
provisioning:
enabled: true
annotations:
argocd.argoproj.io/hook: PostSync
argocd.argoproj.io/hook-delete-policy: HookSucceeded
gitea:
admin:
existingSecret: gitea-admin-secret
email: danny@bessems.eu
config:
APP_NAME: "code.spamasaurus.com"
database:
DB_TYPE: sqlite3
session:
PROVIDER: memory
cache:
ADAPTER: memory
queue:
TYPE: level
server:
APP_DATA_PATH: /data/gitea
OFFLINE_MODE: true
PROTOCOL: http
ROOT_URL: https://code.spamasaurus.com/
image:
pullPolicy: IfNotPresent
debug:
ingress:
enabled: true
hosts:
- host: code.spamasaurus.com
paths:
- path: /
pathType: Prefix
persistence:
storageClass: smb-csi
postgresql:
enabled: false
postgresql-ha:
enabled: false
redis-cluster:
enabled: false
strategy:
type: Recreate