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:
- name: app-gitea
chart: gitea/gitea
version: 11.0.0
version: 11.0.1
namespace: org-badhouseplants
inherit:
- template: env-values

View File

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