Compare commits
2 Commits
2979293825
...
f79efcb68d
| Author | SHA1 | Date | |
|---|---|---|---|
| f79efcb68d | |||
| 5a6c8aebbd |
2
gitea/helm-up.sh
Normal file → Executable file
2
gitea/helm-up.sh
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
helm upgrade --install gitea gitea-charts/gitea \
|
helm upgrade --install gitea gitea-charts/gitea \
|
||||||
-f ./values.yaml \
|
-f ./values.yaml \
|
||||||
-f ./values.private.yml \
|
-f ./values.private.yaml \
|
||||||
--namespace=git-limbosolutions-com
|
--namespace=git-limbosolutions-com
|
||||||
|
|||||||
@@ -11,6 +11,11 @@ redis:
|
|||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
image:
|
||||||
|
registry: ""
|
||||||
|
repository: bitnami/postgresql
|
||||||
|
tag: 16
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
global:
|
global:
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
@@ -76,7 +81,8 @@ gitea:
|
|||||||
REPO_INDEXER_INCLUDE:
|
REPO_INDEXER_INCLUDE:
|
||||||
REPO_INDEXER_EXCLUDE: resources/bin/**
|
REPO_INDEXER_EXCLUDE: resources/bin/**
|
||||||
####
|
####
|
||||||
SERVICE:
|
|
||||||
|
service:
|
||||||
DISABLE_REGISTRATION: true
|
DISABLE_REGISTRATION: true
|
||||||
REQUIRE_SIGNIN_VIEW: false
|
REQUIRE_SIGNIN_VIEW: false
|
||||||
REGISTER_EMAIL_CONFIRM: false
|
REGISTER_EMAIL_CONFIRM: false
|
||||||
@@ -96,6 +102,14 @@ gitea:
|
|||||||
ENABLE_OPENID_SIGNUP: true
|
ENABLE_OPENID_SIGNUP: true
|
||||||
|
|
||||||
|
|
||||||
|
security:
|
||||||
|
INSTALL_LOCK: true
|
||||||
|
SECRET_KEY: "???"
|
||||||
|
REVERSE_PROXY_LIMIT: 1
|
||||||
|
REVERSE_PROXY_TRUSTED_PROXIES:
|
||||||
|
INTERNAL_TOKEN: "???"
|
||||||
|
PASSWORD_HASH_ALGO: "???"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
className: traefik
|
||||||
|
|||||||
Reference in New Issue
Block a user