Initial upload
This commit is contained in:
parent
65eb2fa758
commit
e2d072ab79
19 changed files with 32 additions and 32 deletions
|
|
@ -11,7 +11,7 @@ metadata:
|
|||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: gitea.abc.t09.de
|
||||
- host: abc.t09.de
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
|
|
@ -23,5 +23,5 @@ spec:
|
|||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- gitea.abc.t09.de
|
||||
- abc.t09.de
|
||||
secretName: forgejo-net-tls
|
||||
|
|
|
|||
|
|
@ -132,8 +132,8 @@ gitea:
|
|||
DB_TYPE: postgres
|
||||
|
||||
server:
|
||||
DOMAIN: 'gitea.abc.t09.de'
|
||||
ROOT_URL: 'https://gitea.abc.t09.de:443'
|
||||
DOMAIN: 'abc.t09.de'
|
||||
ROOT_URL: 'https://abc.t09.de:443'
|
||||
|
||||
mailer:
|
||||
ENABLED: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue