move everything top level so it can be used by the k3s built-in helm-controller. add woodpecker ci config.
This commit is contained in:
56
gitea-chart.yml
Normal file
56
gitea-chart.yml
Normal file
@@ -0,0 +1,56 @@
|
||||
# helm repo add gitea-charts https://dl.gitea.io/charts/
|
||||
# helm install gitea gitea-charts/gitea
|
||||
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.1.1
|
||||
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
|
||||
metrics:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
config:
|
||||
ui:
|
||||
DEFAULT_THEME: gitea-dark
|
||||
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
|
||||
Reference in New Issue
Block a user