From 8b892fe6b1d36e6c12297b871443acd97a1ada8d Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 29 Dec 2025 12:12:31 -0600 Subject: [PATCH] update --- dmz/internalproxy/templates/gitlab.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dmz/internalproxy/templates/gitlab.yaml b/dmz/internalproxy/templates/gitlab.yaml index 1ad072b..0c79c8b 100644 --- a/dmz/internalproxy/templates/gitlab.yaml +++ b/dmz/internalproxy/templates/gitlab.yaml @@ -35,10 +35,8 @@ spec: routes: - match: HostSNI(`*`) services: - - name: app + - name: gitlab-ssh port: 9022 - tls: - secretName: gitlab-tls --- apiVersion: v1