homelab_gitops/infrastructure/gitea/helmrelease.yaml

52 lines
1,018 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: gitea
namespace: gitea
spec:
releaseName: gitea
interval: 10m
chart:
spec:
chart: gitea
version: "11.0.1"
sourceRef:
kind: HelmRepository
name: gitea-charts
namespace: flux-system
values:
persistence:
enabled: true
storageClass: longhorn
size: 5Gi
ingress:
enabled: true
className: traefik
hosts:
- host: gitea.local
paths:
- path: /
pathType: Prefix
service:
http:
type: ClusterIP
port: 3000
ssh:
type: ClusterIP
port: 22
gitea:
admin:
username: giteaadmin
password: changeme
email: patrykhegenberg@gmail.com
metrics:
enabled: true
actions:
enabled: true
config:
actions:
ENABLED: true
metrics:
ENABLED: true
repository:
DEFAULT_BRANCH: main