Update default values in configs

This commit is contained in:
bom 2022-07-22 13:09:49 +02:00
parent 16e096af1a
commit 1ae2722150
2 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ data:
GITEA__server__SSH_DOMAIN: FQDN
GITEA__server__ROOT_URL: URL
GITEA__server__HTTP_PORT: "3000"
GITEA__server__SSH_PORT: "2225"
GITEA__server__SSH_PORT: "2222"
#[service]
GITEA__service__DISABLE_REGISTRATION: "true"

View file

@ -16,13 +16,13 @@ metadata:
name: gitea-ssh-service
namespace: default
annotations:
metallb.universe.tf/allow-shared-ip: "repo-server-svc"
metallb.universe.tf/allow-shared-ip: "shared-ip-service-group"
spec:
type: LoadBalancer
selector:
app: gitea
ports:
- port: 2225
- port: 2222
targetPort: 22
protocol: TCP