ssecrets release name and gitea init
This commit is contained in:
39
apps/gitea/base/values.yaml
Normal file
39
apps/gitea/base/values.yaml
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
redis-cluster:
|
||||||
|
enabled: false
|
||||||
|
postgresql:
|
||||||
|
enabled: true
|
||||||
|
primary:
|
||||||
|
persistence:
|
||||||
|
size: 10 Gi
|
||||||
|
postgresql-ha:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
storageClass: longhorn
|
||||||
|
size: 20Gi
|
||||||
|
volumeName: gitea
|
||||||
|
|
||||||
|
gitea:
|
||||||
|
config:
|
||||||
|
database:
|
||||||
|
DB_TYPE: postgres
|
||||||
|
session:
|
||||||
|
PROVIDER: db
|
||||||
|
cache:
|
||||||
|
ADAPTER: memory
|
||||||
|
queue:
|
||||||
|
TYPE: level
|
||||||
|
indexer:
|
||||||
|
ISSUE_INDEXER_TYPE: bleve
|
||||||
|
REPO_INDEXER_ENABLED: true
|
||||||
|
server:
|
||||||
|
APP_DATA_PATH: /data
|
||||||
|
DOMAIN: git.steffenillium.de
|
||||||
|
HTTP_PORT: 3000
|
||||||
|
PROTOCOL: http
|
||||||
|
ROOT_URL: http://git.steffenillium.de
|
||||||
|
SSH_DOMAIN: git.steffenillium.de
|
||||||
|
SSH_LISTEN_PORT: 22
|
||||||
|
SSH_PORT: 22
|
||||||
|
ENABLE_PPROF: false
|
14
apps/gitea/kustomization.yaml
Normal file
14
apps/gitea/kustomization.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
namespace: gitea
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- base/gitea-ingress.yaml
|
||||||
|
|
||||||
|
helmCharts:
|
||||||
|
- name: gitea
|
||||||
|
includeCRDs: true
|
||||||
|
version: 10.1.3
|
||||||
|
repo: https://dl.gitea.com/charts/
|
||||||
|
valuesFile: base/values.yaml
|
@ -7,5 +7,6 @@ helmCharts:
|
|||||||
- name: sealed-secrets
|
- name: sealed-secrets
|
||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
version: 2.15.2
|
version: 2.15.2
|
||||||
|
releaseName: ""
|
||||||
repo: https://bitnami-labs.github.io/sealed-secrets
|
repo: https://bitnami-labs.github.io/sealed-secrets
|
||||||
# valuesFile: base/values.yaml
|
# valuesFile: base/values.yaml
|
||||||
|
Reference in New Issue
Block a user