Initial upload
This commit is contained in:
parent
14b591e4e3
commit
a327f3f14e
17 changed files with 29 additions and 29 deletions
|
|
@ -51,7 +51,7 @@ spec:
|
|||
name: forgejo-runner-token
|
||||
key: token
|
||||
- name: FORGEJO_INSTANCE_URL
|
||||
value: https://ABC
|
||||
value: https://gitea.ABC
|
||||
volumeMounts:
|
||||
- name: runner-data
|
||||
mountPath: /data
|
||||
|
|
|
|||
|
|
@ -30,11 +30,11 @@ gitea:
|
|||
queue:
|
||||
TYPE: level
|
||||
server:
|
||||
DOMAIN: 'ABC'
|
||||
ROOT_URL: 'https://ABC:443'
|
||||
DOMAIN: 'gitea.ABC'
|
||||
ROOT_URL: 'https://gitea.ABC:443'
|
||||
mailer:
|
||||
ENABLED: true
|
||||
FROM: forgejo@ABC
|
||||
FROM: forgejo@gitea.ABC
|
||||
PROTOCOL: smtp
|
||||
SMTP_ADDR: mailhog.mailhog.svc.cluster.local
|
||||
SMTP_PORT: 1025
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ metadata:
|
|||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: ABC
|
||||
- host: gitea.ABC
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
|
|
@ -23,5 +23,5 @@ spec:
|
|||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- ABC
|
||||
- gitea.ABC
|
||||
secretName: forgejo-net-tls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue