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
2036374917
commit
e401910bee
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue