59 lines
1.3 KiB
YAML
59 lines
1.3 KiB
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: gitea
|
|
namespace: git
|
|
spec:
|
|
chart: gitea
|
|
targetNamespace: git
|
|
repo: https://dl.gitea.io/charts/
|
|
# https://gitea.com/gitea/helm-chart/releases
|
|
version: 12.2.0
|
|
valuesContent: |-
|
|
resources:
|
|
limits:
|
|
cpu: 400m
|
|
memory: 512Mi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 512Mi
|
|
postgresql:
|
|
enabled: false
|
|
postgresql-ha:
|
|
enabled: false
|
|
gitea:
|
|
admin:
|
|
email: keligrubb324@gmail.com
|
|
password: B@ssguitar324
|
|
metrics:
|
|
enabled: true
|
|
serviceMonitor:
|
|
enabled: true
|
|
config:
|
|
ui:
|
|
DEFAULT_THEME: gitea-dark
|
|
service:
|
|
ENABLE_PASSWORD_SIGNIN_FORM: false
|
|
ENABLE_BASIC_AUTHENTICATION: false
|
|
database:
|
|
DB_TYPE: sqlite3
|
|
NAME: /data/gitea/gitea.db
|
|
ingress:
|
|
enabled: true
|
|
className: nginx
|
|
hosts:
|
|
- host: git.keligrubb.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "letsencrypt-cluster-issuer"
|
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
|
tls:
|
|
- secretName: gitea-tls
|
|
hosts:
|
|
- git.keligrubb.com
|
|
persistence:
|
|
storageClass: longhorn
|
|
size: 64Gi
|