This commit is contained in:
DeveloperDurp 2025-12-29 12:08:25 -06:00
parent 6b027f04b4
commit 121bd8a421

View file

@ -5,7 +5,7 @@ metadata:
spec: spec:
ports: ports:
- name: app - name: app
port: 9022 port: 9443
protocol: TCP protocol: TCP
targetPort: 9443 targetPort: 9443
clusterIP: None clusterIP: None
@ -21,7 +21,7 @@ subsets:
- ip: 192.168.21.200 - ip: 192.168.21.200
ports: ports:
- name: app - name: app
port: 9022 port: 9443
protocol: TCP protocol: TCP
--- ---
@ -36,7 +36,7 @@ spec:
- match: HostSNI(`*`) - match: HostSNI(`*`)
services: services:
- name: app - name: app
port: 9022 port: 9443
tls: tls:
secretName: gitlab-tls secretName: gitlab-tls