From 1ae2722150ae0b15cade471dc2881641223bde5a Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 22 Jul 2022 13:09:49 +0200 Subject: [PATCH] Update default values in configs --- src/main/resources/gitea/appini-env-configmap.yaml | 2 +- src/main/resources/gitea/services.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/gitea/appini-env-configmap.yaml b/src/main/resources/gitea/appini-env-configmap.yaml index f8e0743..d17c2de 100644 --- a/src/main/resources/gitea/appini-env-configmap.yaml +++ b/src/main/resources/gitea/appini-env-configmap.yaml @@ -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" diff --git a/src/main/resources/gitea/services.yaml b/src/main/resources/gitea/services.yaml index f8ecfaf..ea6c1e6 100644 --- a/src/main/resources/gitea/services.yaml +++ b/src/main/resources/gitea/services.yaml @@ -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