From e401910bee154c9fb40aca7b686244d0db7636ab Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 29 Dec 2025 10:44:59 -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 2dd208e..8a7fa96 100644 --- a/dmz/internalproxy/templates/gitlab.yaml +++ b/dmz/internalproxy/templates/gitlab.yaml @@ -5,9 +5,9 @@ metadata: spec: ports: - name: app - port: 9080 + port: 9443 protocol: TCP - targetPort: 9080 + targetPort: 9443 clusterIP: None type: ClusterIP @@ -21,7 +21,7 @@ subsets: - ip: 192.168.21.200 ports: - name: app - port: 9080 + port: 9443 protocol: TCP --- @@ -37,8 +37,8 @@ spec: kind: Rule services: - name: gitlab - port: 9080 - scheme: http + port: 9443 + scheme: https tls: secretName: gitlab-tls