This commit is contained in:
DeveloperDurp 2025-12-29 10:44:59 -06:00
parent 2036374917
commit e401910bee

View file

@ -5,9 +5,9 @@ metadata:
spec: spec:
ports: ports:
- name: app - name: app
port: 9080 port: 9443
protocol: TCP protocol: TCP
targetPort: 9080 targetPort: 9443
clusterIP: None clusterIP: None
type: ClusterIP type: ClusterIP
@ -21,7 +21,7 @@ subsets:
- ip: 192.168.21.200 - ip: 192.168.21.200
ports: ports:
- name: app - name: app
port: 9080 port: 9443
protocol: TCP protocol: TCP
--- ---
@ -37,8 +37,8 @@ spec:
kind: Rule kind: Rule
services: services:
- name: gitlab - name: gitlab
port: 9080 port: 9443
scheme: http scheme: https
tls: tls:
secretName: gitlab-tls secretName: gitlab-tls