gitea: + readme + ssl
This commit is contained in:
parent
9d5cc76567
commit
2c27e7f0a2
3 changed files with 10 additions and 2 deletions
|
@ -15,7 +15,7 @@ type: application
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# 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
|
# 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
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
|
6
apps/gitea/README.md
Normal file
6
apps/gitea/README.md
Normal 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?
|
|
@ -68,6 +68,8 @@ spec:
|
||||||
value: "1000"
|
value: "1000"
|
||||||
- name: GITEA__server__DOMAIN
|
- name: GITEA__server__DOMAIN
|
||||||
value: "{{ tpl .Values.fqdn . }}"
|
value: "{{ tpl .Values.fqdn . }}"
|
||||||
|
- name: GITEA__server__ROOT_URL
|
||||||
|
value: "https://{{ tpl .Values.fqdn . }}"
|
||||||
- name: GITEA__database__DB_TYPE
|
- name: GITEA__database__DB_TYPE
|
||||||
value: "postgres"
|
value: "postgres"
|
||||||
- name: GITEA__database__HOST
|
- name: GITEA__database__HOST
|
||||||
|
@ -154,7 +156,7 @@ spec:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 100Mi
|
storage: 1Gi
|
||||||
storageClassName: rook-cephfs
|
storageClassName: rook-cephfs
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
Loading…
Reference in a new issue