gitea ssh domain

This commit is contained in:
Philip Haupt
2025-07-03 01:16:59 +02:00
parent 3da6c18093
commit 4bca41b6ae
2 changed files with 3 additions and 2 deletions

View File

@@ -316,7 +316,7 @@ stringData:
HTTP_PORT=3000 HTTP_PORT=3000
PROTOCOL=http PROTOCOL=http
ROOT_URL=https://git.borninpain.de ROOT_URL=https://git.borninpain.de
SSH_DOMAIN=git.borninpain.de SSH_DOMAIN=ssh.git.example.com
SSH_LISTEN_PORT=2222 SSH_LISTEN_PORT=2222
SSH_PORT=22 SSH_PORT=22
START_SSH_SERVER=true START_SSH_SERVER=true
@@ -419,7 +419,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: c77cc8f9a9b654b5e19280e946a63f21528d4e4645140311e7fe17efe132351a checksum/config: e085003876c699f2d0f87ae8d302566a7e7a9c1e2009bfe4166a51a20d62774a
labels: labels:
app: gitea app: gitea
app.kubernetes.io/instance: gitea app.kubernetes.io/instance: gitea

View File

@@ -419,6 +419,7 @@ gitea:
# APP_NAME: "Gitea: Git with a cup of tea" # APP_NAME: "Gitea: Git with a cup of tea"
# RUN_MODE: dev # RUN_MODE: dev
server: server:
SSH_DOMAIN: ssh.git.example.com
SSH_PORT: 22 # rootful image SSH_PORT: 22 # rootful image
SSH_LISTEN_PORT: 2222 # rootless image SSH_LISTEN_PORT: 2222 # rootless image
# #