mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
6b027f04b4
commit
121bd8a421
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue