--- # values file for gitea helm chart replicaCount: 1 ingress: enabled: true hosts: - host: git.xai-corp.net paths: - path: / pathType: Prefix persistence: enabled: true postgresql: enabled: false gitea: config: APP_NAME: "Gitea: With a cup of tea, for 2." server: ROOT_URL: https://git.xai-corp.net database: HOST: mysql:3306 PATH: /data/gitea/gitea.db DB_TYPE: sqlite3 USER: rmorgan PASSWD: rom105 SSL_MODE: disable repository: ROOT: /data/git/repositories