diff --git a/helmfiles/applications.yaml b/helmfiles/applications.yaml index ed05aad..f8125d4 100644 --- a/helmfiles/applications.yaml +++ b/helmfiles/applications.yaml @@ -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 diff --git a/values/badhouseplants/org-badhouseplants/app-gitea/values.yaml b/values/badhouseplants/org-badhouseplants/app-gitea/values.yaml index 71156ec..53ab0ee 100644 --- a/values/badhouseplants/org-badhouseplants/app-gitea/values.yaml +++ b/values/badhouseplants/org-badhouseplants/app-gitea/values.yaml @@ -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