Update gitea

This commit is contained in:
Nikolai Rodionov 2025-04-13 18:15:03 +02:00
parent e6397ae56c
commit 4a51c9b384
Signed by: allanger
GPG Key ID: 09F8B434D0FDD99B
2 changed files with 11 additions and 8 deletions

View File

@ -12,7 +12,7 @@ repositories:
releases: releases:
- name: app-gitea - name: app-gitea
chart: gitea/gitea chart: gitea/gitea
version: 11.0.0 version: 11.0.1
namespace: org-badhouseplants namespace: org-badhouseplants
inherit: inherit:
- template: env-values - template: env-values

View File

@ -24,11 +24,10 @@ replicaCount: 1
clusterDomain: cluster.local clusterDomain: cluster.local
resources: resources:
limits: limits:
memory: 1024Mi memory: 1.5Gi
cpu: 1
requests: requests:
cpu: 1 cpu: 1.5
memory: 1024Mi memory: 1.5Gi
persistence: persistence:
enabled: true enabled: true
size: 15Gi size: 15Gi
@ -39,9 +38,9 @@ persistence:
# ------------------------------------------ # ------------------------------------------
gitea: gitea:
metrics: metrics:
enabled: true enabled: false
serviceMonitor: serviceMonitor:
enabled: true enabled: false
config: config:
database: database:
DB_TYPE: postgres DB_TYPE: postgres
@ -65,7 +64,7 @@ gitea:
LFS_START_SERVER: true LFS_START_SERVER: true
LANDING_PAGE: explore LANDING_PAGE: explore
START_SSH_SERVER: true START_SSH_SERVER: true
ENABLE_PPROF: true ENABLE_PPROF: false
storage: storage:
STORAGE_TYPE: minio STORAGE_TYPE: minio
MINIO_ENDPOINT: "s3.badhouseplants.net:443" MINIO_ENDPOINT: "s3.badhouseplants.net:443"
@ -112,6 +111,10 @@ service:
type: ClusterIP type: ClusterIP
port: 22 port: 22
clusterIP: clusterIP:
deployment:
env:
- name: REQUIRE_SIGNIN_VIEW
value: expensive
extraDeploy: extraDeploy:
- |- - |-
apiVersion: kinda.rocks/v1beta1 apiVersion: kinda.rocks/v1beta1