Initial upload

This commit is contained in:
Stephan Lo 2025-05-21 16:13:46 +02:00
parent 4b92302600
commit b304a1a87c
17 changed files with 29 additions and 29 deletions

View file

@ -51,7 +51,7 @@ spec:
name: forgejo-runner-token
key: token
- name: FORGEJO_INSTANCE_URL
value: https://gitea.ABC
value: https://ABC
volumeMounts:
- name: runner-data
mountPath: /data

View file

@ -30,11 +30,11 @@ gitea:
queue:
TYPE: level
server:
DOMAIN: 'gitea.ABC'
ROOT_URL: 'https://gitea.ABC:443'
DOMAIN: 'ABC'
ROOT_URL: 'https://ABC:443'
mailer:
ENABLED: true
FROM: forgejo@gitea.ABC
FROM: forgejo@ABC
PROTOCOL: smtp
SMTP_ADDR: mailhog.mailhog.svc.cluster.local
SMTP_PORT: 1025

View file

@ -11,7 +11,7 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: gitea.ABC
- host: ABC
http:
paths:
- backend:
@ -23,5 +23,5 @@ spec:
pathType: Prefix
tls:
- hosts:
- gitea.ABC
- ABC
secretName: forgejo-net-tls