Set domains for gitea

This commit is contained in:
Greg Hellings
2025-12-04 16:23:06 -06:00
parent 56c8470db7
commit a80f3bcc7f
+4
View File
@@ -52,6 +52,10 @@ spec:
DEFAULT:
APP_NAME: "Gitea: Greg's Cup of Git"
RUN_MODE: dev
server:
DOMAIN: "thehellings.com"
ROOT_URL: "https://src.thehellings.com"
SSH_PORT: "2222"
database:
DB_TYPE: postgres
HOST: "postgres-rw.db.svc.cluster.local:5432"