From db506ef0324e9f7fba942bd63b813f40271f6a9e Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 29 Dec 2025 12:10:22 -0600 Subject: [PATCH] update --- dmz/internalproxy/templates/gitlab.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dmz/internalproxy/templates/gitlab.yaml b/dmz/internalproxy/templates/gitlab.yaml index 5b178ea..1ad072b 100644 --- a/dmz/internalproxy/templates/gitlab.yaml +++ b/dmz/internalproxy/templates/gitlab.yaml @@ -5,9 +5,9 @@ metadata: spec: ports: - name: app - port: 9443 + port: 9022 protocol: TCP - targetPort: 9443 + targetPort: 9022 clusterIP: None type: ClusterIP @@ -21,12 +21,12 @@ subsets: - ip: 192.168.21.200 ports: - name: app - port: 9443 + port: 9022 protocol: TCP --- apiVersion: traefik.io/v1alpha1 -kind: IngressRoute +kind: IngressRouteTCP metadata: name: gitlab-ssh spec: @@ -36,7 +36,7 @@ spec: - match: HostSNI(`*`) services: - name: app - port: 9443 + port: 9022 tls: secretName: gitlab-tls