gitea: + readme + ssl

This commit is contained in:
Nico Schottelius 2021-06-27 20:24:11 +02:00
parent 9d5cc76567
commit 2c27e7f0a2
3 changed files with 10 additions and 2 deletions

View File

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.8
version: 0.1.10
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

6
apps/gitea/README.md Normal file
View File

@ -0,0 +1,6 @@
## Missing
- db secret generation (sops?)
- SMTP settings / secrets (ungleich mail + sops?)
- Exposing sizes in value.yaml (db, gitea)
- Maybe reducing to 1 PVC?

View File

@ -68,6 +68,8 @@ spec:
value: "1000"
- name: GITEA__server__DOMAIN
value: "{{ tpl .Values.fqdn . }}"
- name: GITEA__server__ROOT_URL
value: "https://{{ tpl .Values.fqdn . }}"
- name: GITEA__database__DB_TYPE
value: "postgres"
- name: GITEA__database__HOST
@ -154,7 +156,7 @@ spec:
- ReadWriteMany
resources:
requests:
storage: 100Mi
storage: 1Gi
storageClassName: rook-cephfs
---
apiVersion: v1