mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
121bd8a421
commit
db506ef032
1 changed files with 5 additions and 5 deletions
|
|
@ -5,9 +5,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: app
|
- name: app
|
||||||
port: 9443
|
port: 9022
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 9443
|
targetPort: 9022
|
||||||
clusterIP: None
|
clusterIP: None
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
||||||
|
|
@ -21,12 +21,12 @@ subsets:
|
||||||
- ip: 192.168.21.200
|
- ip: 192.168.21.200
|
||||||
ports:
|
ports:
|
||||||
- name: app
|
- name: app
|
||||||
port: 9443
|
port: 9022
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: IngressRoute
|
kind: IngressRouteTCP
|
||||||
metadata:
|
metadata:
|
||||||
name: gitlab-ssh
|
name: gitlab-ssh
|
||||||
spec:
|
spec:
|
||||||
|
|
@ -36,7 +36,7 @@ spec:
|
||||||
- match: HostSNI(`*`)
|
- match: HostSNI(`*`)
|
||||||
services:
|
services:
|
||||||
- name: app
|
- name: app
|
||||||
port: 9443
|
port: 9022
|
||||||
tls:
|
tls:
|
||||||
secretName: gitlab-tls
|
secretName: gitlab-tls
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue